Html Css Color HEX #32ABCC Summer Sky

📋 copy color: '#32ABCC'

red 50 ◦ green 171 ◦ blue 204

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

Shades of Summer Sky #32ABCC

Tints of Summer Sky #32ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 11.76%
G = 40.24%
B = 48%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#32ABCC (or 0x32ABCC) is known color: Summer Sky. HEX triplet: 32, AB and CC. RGB value is (50,171,204). Sum of RGB (Red+Green+Blue) = 50+171+204=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #32ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABCC is #CD5433. Grayscale: #8A8A8A. Windows color (decimal): -13456436 or 13413170. OLE color: 13413170.

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

Color convert

RGB 50 171 204 -
CMYK 0.75 0.16 0 0.2
HSL 192.86º 0.61% 0.5% -
HSV(B) 192.86º 0.75% 0.8% -
XYZ 26.78 34.16 62.31 -
YUV 138.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 50 171 204 0.75 0.16 0 0.2 192.86 0.61 0.5
Hex 32 AB CC 4B 10 0 14 C1 3D 32
Octal 62 253 314 113 20 0 24 301 75 62
Binary 110010 10101011 11001100 1001011 10000 0 10100 11000001 111101 110010

Color Harmonies of #32ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ABCC

Black with #32ABCC

Text Example


Text Example

White with #32ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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