Html Css Color HEX #35BBCC Summer Sky

📋 copy color: '#35BBCC'

red 53 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #35BBCC

Tints of Summer Sky #35BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 11.94%
G = 42.12%
B = 45.95%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#35BBCC (or 0x35BBCC) is known color: Summer Sky. HEX triplet: 35, BB and CC. RGB value is (53,187,204). Sum of RGB (Red+Green+Blue) = 53+187+204=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #35BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BBCC is #CA4433. Grayscale: #949494. Windows color (decimal): -13255732 or 13417269. OLE color: 13417269.

HSL color Cylindrical-coordinate representation of color #35BBCC: hue angle of 186.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35BBCC is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 187 204 -
CMYK 0.74 0.08 0 0.2
HSL 186.76º 0.6% 0.5% -
HSV(B) 186.76º 0.74% 0.8% -
XYZ 30.14 40.66 63.39 -
YUV 148.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 53 187 204 0.74 0.08 0 0.2 186.76 0.6 0.5
Hex 35 BB CC 4A 8 0 14 BB 3C 32
Octal 65 273 314 112 10 0 24 273 74 62
Binary 110101 10111011 11001100 1001010 1000 0 10100 10111011 111100 110010

Color Harmonies of #35BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BBCC

Black with #35BBCC

Text Example


Text Example

White with #35BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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