Html Css Color HEX #32BDCE Summer Sky

📋 copy color: '#32BDCE'

red 50 ◦ green 189 ◦ blue 206

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

Shades of Summer Sky #32BDCE

Tints of Summer Sky #32BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.47%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 11.24%
G = 42.47%
B = 46.29%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#32BDCE (or 0x32BDCE) is known color: Summer Sky. HEX triplet: 32, BD and CE. RGB value is (50,189,206). Sum of RGB (Red+Green+Blue) = 50+189+206=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #32BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDCE is #CD4231. Grayscale: #959595. Windows color (decimal): -13451826 or 13548850. OLE color: 13548850.

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

Color convert

RGB 50 189 206 -
CMYK 0.76 0.08 0 0.19
HSL 186.54º 0.61% 0.5% -
HSV(B) 186.54º 0.76% 0.81% -
XYZ 30.65 41.53 64.79 -
YUV 149.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 50 189 206 0.76 0.08 0 0.19 186.54 0.61 0.5
Hex 32 BD CE 4C 8 0 13 BB 3D 32
Octal 62 275 316 114 10 0 23 273 75 62
Binary 110010 10111101 11001110 1001100 1000 0 10011 10111011 111101 110010

Color Harmonies of #32BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDCE

Black with #32BDCE

Text Example


Text Example

White with #32BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,206); }

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

background-color css

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

 a { background-color: rgb(50,189,206); }

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

border-color css

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

 span { border-color: rgb(50,189,206); }

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