Html Css Color HEX #72C6DC Spray

📋 copy color: '#72C6DC'

red 114 ◦ green 198 ◦ blue 220

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

Shades of Spray #72C6DC

Tints of Spray #72C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 21.43%
G = 37.22%
B = 41.35%

CMYK

 C value IS 0.48

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72C6DC (or 0x72C6DC) is known color: Spray. HEX triplet: 72, C6 and DC. RGB value is (114,198,220). Sum of RGB (Red+Green+Blue) = 114+198+220=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #72C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C6DC is #8D3923. Grayscale: #AFAFAF. Windows color (decimal): -9255204 or 14468722. OLE color: 14468722.

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

Color convert

RGB 114 198 220 -
CMYK 0.48 0.1 0 0.14
HSL 192.45º 0.6% 0.65% -
HSV(B) 192.45º 0.48% 0.86% -
XYZ 40.05 49.13 75.08 -
YUV 175.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 114 198 220 0.48 0.1 0 0.14 192.45 0.6 0.65
Hex 72 C6 DC 30 A 0 E C0 3C 41
Octal 162 306 334 60 12 0 16 300 74 101
Binary 1110010 11000110 11011100 110000 1010 0 1110 11000000 111100 1000001

Color Harmonies of #72C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C6DC

Black with #72C6DC

Text Example


Text Example

White with #72C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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