Html Css Color HEX #32ACDB Summer Sky

📋 copy color: '#32ACDB'

red 50 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #32ACDB

Tints of Summer Sky #32ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 11.34%
G = 39%
B = 49.66%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32ACDB (or 0x32ACDB) is known color: Summer Sky. HEX triplet: 32, AC and DB. RGB value is (50,172,219). Sum of RGB (Red+Green+Blue) = 50+172+219=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #32ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACDB is #CD5324. Grayscale: #8C8C8C. Windows color (decimal): -13456165 or 14396466. OLE color: 14396466.

HSL color Cylindrical-coordinate representation of color #32ACDB: hue angle of 196.69º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ACDB is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 172 219 -
CMYK 0.77 0.21 0 0.14
HSL 196.69º 0.7% 0.53% -
HSV(B) 196.69º 0.77% 0.86% -
XYZ 28.85 35.3 72.31 -
YUV 140.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 50 172 219 0.77 0.21 0 0.14 196.69 0.7 0.53
Hex 32 AC DB 4D 15 0 E C5 46 35
Octal 62 254 333 115 25 0 16 305 106 65
Binary 110010 10101100 11011011 1001101 10101 0 1110 11000101 1000110 110101

Color Harmonies of #32ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ACDB

Black with #32ACDB

Text Example


Text Example

White with #32ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,172,219); }

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

background-color css

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

 a { background-color: rgb(50,172,219); }

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

border-color css

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

 span { border-color: rgb(50,172,219); }

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