Html Css Color HEX #32BBD8 Summer Sky

📋 copy color: '#32BBD8'

red 50 ◦ green 187 ◦ blue 216

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

Shades of Summer Sky #32BBD8

Tints of Summer Sky #32BBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.68%

R = 11.04%
G = 41.28%
B = 47.68%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#32BBD8 (or 0x32BBD8) is known color: Summer Sky. HEX triplet: 32, BB and D8. RGB value is (50,187,216). Sum of RGB (Red+Green+Blue) = 50+187+216=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #32BBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBD8 is #CD4427. Grayscale: #959595. Windows color (decimal): -13452328 or 14203698. OLE color: 14203698.

HSL color Cylindrical-coordinate representation of color #32BBD8: hue angle of 190.48º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BBD8 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 187 216 -
CMYK 0.77 0.13 0 0.15
HSL 190.48º 0.68% 0.52% -
HSV(B) 190.48º 0.77% 0.85% -
XYZ 31.48 41.18 71.25 -
YUV 149.34 165.61 57.14 -
System Red Green Blue C M Y K H S L
Decimal 50 187 216 0.77 0.13 0 0.15 190.48 0.68 0.52
Hex 32 BB D8 4D D 0 F BE 44 34
Octal 62 273 330 115 15 0 17 276 104 64
Binary 110010 10111011 11011000 1001101 1101 0 1111 10111110 1000100 110100

Color Harmonies of #32BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBD8

Black with #32BBD8

Text Example


Text Example

White with #32BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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