Html Css Color HEX #32AFCC Summer Sky

📋 copy color: '#32AFCC'

red 50 ◦ green 175 ◦ blue 204

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

Shades of Summer Sky #32AFCC

Tints of Summer Sky #32AFCC

RGB

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

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

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

R = 11.66%
G = 40.79%
B = 47.55%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#32AFCC (or 0x32AFCC) is known color: Summer Sky. HEX triplet: 32, AF and CC. RGB value is (50,175,204). Sum of RGB (Red+Green+Blue) = 50+175+204=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #32AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFCC is #CD5033. Grayscale: #8C8C8C. Windows color (decimal): -13455412 or 13414194. OLE color: 13414194.

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

Color convert

RGB 50 175 204 -
CMYK 0.75 0.14 0 0.2
HSL 191.3º 0.61% 0.5% -
HSV(B) 191.3º 0.75% 0.8% -
XYZ 27.54 35.7 62.57 -
YUV 140.93 163.59 63.14 -
System Red Green Blue C M Y K H S L
Decimal 50 175 204 0.75 0.14 0 0.2 191.3 0.61 0.5
Hex 32 AF CC 4B E 0 14 BF 3D 32
Octal 62 257 314 113 16 0 24 277 75 62
Binary 110010 10101111 11001100 1001011 1110 0 10100 10111111 111101 110010

Color Harmonies of #32AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AFCC

Black with #32AFCC

Text Example


Text Example

White with #32AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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