Html Css Color HEX #72C8EA Spray

📋 copy color: '#72C8EA'

red 114 ◦ green 200 ◦ blue 234

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

Shades of Spray #72C8EA

Tints of Spray #72C8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 20.8%
G = 36.5%
B = 42.7%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72C8EA (or 0x72C8EA) is known color: Spray. HEX triplet: 72, C8 and EA. RGB value is (114,200,234). Sum of RGB (Red+Green+Blue) = 114+200+234=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #72C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C8EA is #8D3715. Grayscale: #B1B1B1. Windows color (decimal): -9254678 or 15386738. OLE color: 15386738.

HSL color Cylindrical-coordinate representation of color #72C8EA: hue angle of 197º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C8EA is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 200 234 -
CMYK 0.51 0.15 0 0.08
HSL 197º 0.74% 0.68% -
HSV(B) 197º 0.51% 0.92% -
XYZ 42.44 50.83 85.42 -
YUV 178.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 114 200 234 0.51 0.15 0 0.08 197 0.74 0.68
Hex 72 C8 EA 33 F 0 8 C5 4A 44
Octal 162 310 352 63 17 0 10 305 112 104
Binary 1110010 11001000 11101010 110011 1111 0 1000 11000101 1001010 1000100

Color Harmonies of #72C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C8EA

Black with #72C8EA

Text Example


Text Example

White with #72C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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