Html Css Color HEX #32BBCC Summer Sky

📋 copy color: '#32BBCC'

red 50 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #32BBCC

Tints of Summer Sky #32BBCC

RGB

 RED value IS 50 (19.92% from 255) = 11.34%

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

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

R = 11.34%
G = 42.4%
B = 46.26%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#32BBCC (or 0x32BBCC) is known color: Summer Sky. HEX triplet: 32, BB and CC. RGB value is (50,187,204). Sum of RGB (Red+Green+Blue) = 50+187+204=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBCC is #CD4433. Grayscale: #939393. Windows color (decimal): -13452340 or 13417266. OLE color: 13417266.

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

Color convert

RGB 50 187 204 -
CMYK 0.75 0.08 0 0.2
HSL 186.62º 0.61% 0.5% -
HSV(B) 186.62º 0.75% 0.8% -
XYZ 29.98 40.58 63.38 -
YUV 147.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 50 187 204 0.75 0.08 0 0.2 186.62 0.61 0.5
Hex 32 BB CC 4B 8 0 14 BB 3D 32
Octal 62 273 314 113 10 0 24 273 75 62
Binary 110010 10111011 11001100 1001011 1000 0 10100 10111011 111101 110010

Color Harmonies of #32BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBCC

Black with #32BBCC

Text Example


Text Example

White with #32BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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