Html Css Color HEX #72DBCC Downy

📋 copy color: '#72DBCC'

red 114 ◦ green 219 ◦ blue 204

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

Shades of Downy #72DBCC

Tints of Downy #72DBCC

RGB

 RED value IS 114 (44.92% from 255) = 21.23%

 GREEN value IS 219 (85.94% from 255) = 40.78%

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

R = 21.23%
G = 40.78%
B = 37.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#72DBCC (or 0x72DBCC) is known color: Downy. HEX triplet: 72, DB and CC. RGB value is (114,219,204). Sum of RGB (Red+Green+Blue) = 114+219+204=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBCC is #8D2433. Grayscale: #B9B9B9. Windows color (decimal): -9249844 or 13425522. OLE color: 13425522.

HSL color Cylindrical-coordinate representation of color #72DBCC: hue angle of 171.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DBCC is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 204 -
CMYK 0.48 0 0.07 0.14
HSL 171.43º 0.59% 0.65% -
HSV(B) 171.43º 0.48% 0.86% -
XYZ 43.17 58.6 66.16 -
YUV 185.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 114 219 204 0.48 0 0.07 0.14 171.43 0.59 0.65
Hex 72 DB CC 30 0 7 E AB 3B 41
Octal 162 333 314 60 0 7 16 253 73 101
Binary 1110010 11011011 11001100 110000 0 111 1110 10101011 111011 1000001

Color Harmonies of #72DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBCC

Black with #72DBCC

Text Example


Text Example

White with #72DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72DBCC; }

 p { color: rgb(114,219,204); }

 H1.HeaderClassName
 {
   color: #72DBCC;
 }
 .AnyTagClassName
 {
   color: #72DBCC;
 }
</style>

background-color css

<style>
 a { background-color: #72DBCC; }

 a { background-color: rgb(114,219,204); }

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

border-color css

<style>
 span { border-color: #72DBCC; }

 span { border-color: rgb(114,219,204); }

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