Html Css Color HEX #32BDCC Summer Sky

📋 copy color: '#32BDCC'

red 50 ◦ green 189 ◦ blue 204

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

Shades of Summer Sky #32BDCC

Tints of Summer Sky #32BDCC

RGB

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

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

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

R = 11.29%
G = 42.66%
B = 46.05%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#32BDCC (or 0x32BDCC) is known color: Summer Sky. HEX triplet: 32, BD and CC. RGB value is (50,189,204). Sum of RGB (Red+Green+Blue) = 50+189+204=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDCC is #CD4233. Grayscale: #949494. Windows color (decimal): -13451828 or 13417778. OLE color: 13417778.

HSL color Cylindrical-coordinate representation of color #32BDCC: hue angle of 185.84º 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 #32BDCC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 189 204 -
CMYK 0.75 0.07 0 0.2
HSL 185.84º 0.61% 0.5% -
HSV(B) 185.84º 0.75% 0.8% -
XYZ 30.41 41.43 63.52 -
YUV 149.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 50 189 204 0.75 0.07 0 0.2 185.84 0.61 0.5
Hex 32 BD CC 4B 7 0 14 BA 3D 32
Octal 62 275 314 113 7 0 24 272 75 62
Binary 110010 10111101 11001100 1001011 111 0 10100 10111010 111101 110010

Color Harmonies of #32BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDCC

Black with #32BDCC

Text Example


Text Example

White with #32BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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