Html Css Color HEX #35BBDC Summer Sky

📋 copy color: '#35BBDC'

red 53 ◦ green 187 ◦ blue 220

#35BBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #35BBDC

Tints of Summer Sky #35BBDC

RGB

 RED value IS 53 (21.09% from 255) = 11.52%

 GREEN value IS 187 (73.44% from 255) = 40.65%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 11.52%
G = 40.65%
B = 47.83%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35BBDC (or 0x35BBDC) is known color: Summer Sky. HEX triplet: 35, BB and DC. RGB value is (53,187,220). Sum of RGB (Red+Green+Blue) = 53+187+220=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #35BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BBDC is #CA4423. Grayscale: #969696. Windows color (decimal): -13255716 or 14465845. OLE color: 14465845.

HSL color Cylindrical-coordinate representation of color #35BBDC: hue angle of 191.86º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BBDC is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 187 220 -
CMYK 0.76 0.15 0 0.14
HSL 191.86º 0.7% 0.54% -
HSV(B) 191.86º 0.76% 0.86% -
XYZ 32.16 41.46 74.02 -
YUV 150.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 53 187 220 0.76 0.15 0 0.14 191.86 0.7 0.54
Hex 35 BB DC 4C F 0 E C0 46 36
Octal 65 273 334 114 17 0 16 300 106 66
Binary 110101 10111011 11011100 1001100 1111 0 1110 11000000 1000110 110110

Color Harmonies of #35BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BBDC

Black with #35BBDC

Text Example


Text Example

White with #35BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35BBDC; }

 p { color: rgb(53,187,220); }

 H1.HeaderClassName
 {
   color: #35BBDC;
 }
 .AnyTagClassName
 {
   color: #35BBDC;
 }
</style>

background-color css

<style>
 a { background-color: #35BBDC; }

 a { background-color: rgb(53,187,220); }

 div.DivClassName
 {
   background-color: #35BBDC;
 }
 .BgClassName
 {
   background-color: #35BBDC;
 }
</style>

border-color css

<style>
 span { border-color: #35BBDC; }

 span { border-color: rgb(53,187,220); }

 td.TdClassName
 {
   border-color: #35BBDC;
 }
 .TagClassName
 {
   border-color: #35BBDC;
 }
</style>