Html Css Color HEX #72C8CE Spray

📋 copy color: '#72C8CE'

red 114 ◦ green 200 ◦ blue 206

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

Shades of Spray #72C8CE

Tints of Spray #72C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 21.92%
G = 38.46%
B = 39.62%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72C8CE (or 0x72C8CE) is known color: Spray. HEX triplet: 72, C8 and CE. RGB value is (114,200,206). Sum of RGB (Red+Green+Blue) = 114+200+206=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #72C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C8CE is #8D3731. Grayscale: #AEAEAE. Windows color (decimal): -9254706 or 13551730. OLE color: 13551730.

HSL color Cylindrical-coordinate representation of color #72C8CE: hue angle of 183.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72C8CE is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 200 206 -
CMYK 0.45 0.03 0 0.19
HSL 183.91º 0.48% 0.63% -
HSV(B) 183.91º 0.45% 0.81% -
XYZ 38.73 49.34 65.88 -
YUV 174.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 114 200 206 0.45 0.03 0 0.19 183.91 0.48 0.63
Hex 72 C8 CE 2D 3 0 13 B8 30 3F
Octal 162 310 316 55 3 0 23 270 60 77
Binary 1110010 11001000 11001110 101101 11 0 10011 10111000 110000 111111

Color Harmonies of #72C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C8CE

Black with #72C8CE

Text Example


Text Example

White with #72C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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