Html Css Color HEX #32AFCD Summer Sky

📋 copy color: '#32AFCD'

red 50 ◦ green 175 ◦ blue 205

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

Shades of Summer Sky #32AFCD

Tints of Summer Sky #32AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 11.63%
G = 40.7%
B = 47.67%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32AFCD (or 0x32AFCD) is known color: Summer Sky. HEX triplet: 32, AF and CD. RGB value is (50,175,205). Sum of RGB (Red+Green+Blue) = 50+175+205=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #32AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFCD is #CD5032. Grayscale: #8C8C8C. Windows color (decimal): -13455411 or 13479730. OLE color: 13479730.

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

Color convert

RGB 50 175 205 -
CMYK 0.76 0.15 0 0.20
HSL 191.61º 0.61% 0.5% -
HSV(B) 191.61º 0.76% 0.8% -
XYZ 27.66 35.75 63.2 -
YUV 141.05 164.09 63.06 -
System Red Green Blue C M Y K H S L
Decimal 50 175 205 0.76 0.15 0 0.20 191.61 0.61 0.5
Hex 32 AF CD 4C F 0 14 C0 3D 32
Octal 62 257 315 114 17 0 24 300 75 62
Binary 110010 10101111 11001101 1001100 1111 0 10100 11000000 111101 110010

Color Harmonies of #32AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AFCD

Black with #32AFCD

Text Example


Text Example

White with #32AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,205); }

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

background-color css

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

 a { background-color: rgb(50,175,205); }

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

border-color css

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

 span { border-color: rgb(50,175,205); }

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