Html Css Color HEX #72CAE8 Spray

📋 copy color: '#72CAE8'

red 114 ◦ green 202 ◦ blue 232

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

Shades of Spray #72CAE8

Tints of Spray #72CAE8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.86%

 BLUE value IS 232 (91.02% from 255) = 42.34%

R = 20.8%
G = 36.86%
B = 42.34%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72CAE8 (or 0x72CAE8) is known color: Spray. HEX triplet: 72, CA and E8. RGB value is (114,202,232). Sum of RGB (Red+Green+Blue) = 114+202+232=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #72CAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CAE8 is #8D3517. Grayscale: #B2B2B2. Windows color (decimal): -9254168 or 15256178. OLE color: 15256178.

HSL color Cylindrical-coordinate representation of color #72CAE8: hue angle of 195.25º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CAE8 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 202 232 -
CMYK 0.51 0.13 0 0.09
HSL 195.25º 0.72% 0.68% -
HSV(B) 195.25º 0.51% 0.91% -
XYZ 42.63 51.64 84.07 -
YUV 179.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 114 202 232 0.51 0.13 0 0.09 195.25 0.72 0.68
Hex 72 CA E8 33 D 0 9 C3 48 44
Octal 162 312 350 63 15 0 11 303 110 104
Binary 1110010 11001010 11101000 110011 1101 0 1001 11000011 1001000 1000100

Color Harmonies of #72CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CAE8

Black with #72CAE8

Text Example


Text Example

White with #72CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,232); }

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

background-color css

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

 a { background-color: rgb(114,202,232); }

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

border-color css

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

 span { border-color: rgb(114,202,232); }

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