Html Css Color HEX #32BBDC Summer Sky

📋 copy color: '#32BBDC'

red 50 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #32BBDC

Tints of Summer Sky #32BBDC

RGB

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

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

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

R = 10.94%
G = 40.92%
B = 48.14%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32BBDC (or 0x32BBDC) is known color: Summer Sky. HEX triplet: 32, BB and DC. RGB value is (50,187,220). Sum of RGB (Red+Green+Blue) = 50+187+220=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #32BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBDC is #CD4423. Grayscale: #959595. Windows color (decimal): -13452324 or 14465842. OLE color: 14465842.

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

Color convert

RGB 50 187 220 -
CMYK 0.77 0.15 0 0.14
HSL 191.65º 0.71% 0.53% -
HSV(B) 191.65º 0.77% 0.86% -
XYZ 32 41.39 74.01 -
YUV 149.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 50 187 220 0.77 0.15 0 0.14 191.65 0.71 0.53
Hex 32 BB DC 4D F 0 E C0 47 35
Octal 62 273 334 115 17 0 16 300 107 65
Binary 110010 10111011 11011100 1001101 1111 0 1110 11000000 1000111 110101

Color Harmonies of #32BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBDC

Black with #32BBDC

Text Example


Text Example

White with #32BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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