Html Css Color HEX #72C6DA Spray

📋 copy color: '#72C6DA'

red 114 ◦ green 198 ◦ blue 218

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

Shades of Spray #72C6DA

Tints of Spray #72C6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 21.51%
G = 37.36%
B = 41.13%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#72C6DA (or 0x72C6DA) is known color: Spray. HEX triplet: 72, C6 and DA. RGB value is (114,198,218). Sum of RGB (Red+Green+Blue) = 114+198+218=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #72C6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C6DA is #8D3925. Grayscale: #AEAEAE. Windows color (decimal): -9255206 or 14337650. OLE color: 14337650.

HSL color Cylindrical-coordinate representation of color #72C6DA: hue angle of 191.54º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72C6DA is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 198 218 -
CMYK 0.48 0.09 0 0.15
HSL 191.54º 0.58% 0.65% -
HSV(B) 191.54º 0.48% 0.85% -
XYZ 39.79 49.03 73.7 -
YUV 175.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 114 198 218 0.48 0.09 0 0.15 191.54 0.58 0.65
Hex 72 C6 DA 30 9 0 F C0 3A 41
Octal 162 306 332 60 11 0 17 300 72 101
Binary 1110010 11000110 11011010 110000 1001 0 1111 11000000 111010 1000001

Color Harmonies of #72C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C6DA

Black with #72C6DA

Text Example


Text Example

White with #72C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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