Html Css Color HEX #32BDD9 Summer Sky

📋 copy color: '#32BDD9'

red 50 ◦ green 189 ◦ blue 217

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

Shades of Summer Sky #32BDD9

Tints of Summer Sky #32BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 10.96%
G = 41.45%
B = 47.59%

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

#32BDD9 (or 0x32BDD9) is known color: Summer Sky. HEX triplet: 32, BD and D9. RGB value is (50,189,217). Sum of RGB (Red+Green+Blue) = 50+189+217=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #32BDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDD9 is #CD4226. Grayscale: #969696. Windows color (decimal): -13451815 or 14269746. OLE color: 14269746.

HSL color Cylindrical-coordinate representation of color #32BDD9: hue angle of 190.06º degrees, saturation: 0.69, 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 #32BDD9 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 189 217 -
CMYK 0.77 0.13 0 0.15
HSL 190.06º 0.69% 0.52% -
HSV(B) 190.06º 0.77% 0.85% -
XYZ 32.04 42.08 72.08 -
YUV 150.63 165.45 56.22 -
System Red Green Blue C M Y K H S L
Decimal 50 189 217 0.77 0.13 0 0.15 190.06 0.69 0.52
Hex 32 BD D9 4D D 0 F BE 45 34
Octal 62 275 331 115 15 0 17 276 105 64
Binary 110010 10111101 11011001 1001101 1101 0 1111 10111110 1000101 110100

Color Harmonies of #32BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDD9

Black with #32BDD9

Text Example


Text Example

White with #32BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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