Html Css Color HEX #72DCCE Downy

📋 copy color: '#72DCCE'

red 114 ◦ green 220 ◦ blue 206

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

Shades of Downy #72DCCE

Tints of Downy #72DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 21.11%
G = 40.74%
B = 38.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#72DCCE (or 0x72DCCE) is known color: Downy. HEX triplet: 72, DC and CE. RGB value is (114,220,206). Sum of RGB (Red+Green+Blue) = 114+220+206=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCCE is #8D2331. Grayscale: #BABABA. Windows color (decimal): -9249586 or 13556850. OLE color: 13556850.

HSL color Cylindrical-coordinate representation of color #72DCCE: hue angle of 172.08º degrees, saturation: 0.6, 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 #72DCCE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 206 -
CMYK 0.48 0 0.06 0.14
HSL 172.08º 0.6% 0.65% -
HSV(B) 172.08º 0.48% 0.86% -
XYZ 43.67 59.22 67.52 -
YUV 186.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 114 220 206 0.48 0 0.06 0.14 172.08 0.6 0.65
Hex 72 DC CE 30 0 6 E AC 3C 41
Octal 162 334 316 60 0 6 16 254 74 101
Binary 1110010 11011100 11001110 110000 0 110 1110 10101100 111100 1000001

Color Harmonies of #72DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCCE

Black with #72DCCE

Text Example


Text Example

White with #72DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,206); }

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

background-color css

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

 a { background-color: rgb(114,220,206); }

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

border-color css

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

 span { border-color: rgb(114,220,206); }

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