#72CAE1

Color #72CAE1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #72CAE1

Tints of Spray #72CAE1

Color information

#72CAE1 (or 0x72CAE1) is unknown color: approx Spray. HEX triplet: 72, CA and E1. RGB value is (114,202,225). Sum of RGB (Red+Green+Blue) = 114+202+225=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #72CAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CAE1 is #8D351E. Grayscale: #B2B2B2. Windows color (decimal): -9254175 or 14797426. OLE color: 14797426.

HSL color Cylindrical-coordinate representation of color #72CAE1: hue angle of 192.43º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72CAE1 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114202225-
CMYK0.490.1000.12
HSL192.43º64.91%66.47%-
HSV(B)192.43º49.33%88.24%-
XYZ41.6551.2578.93-
YUV178.31154.3582.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.07%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=21.07%
G=37.34%
B=41.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142022250.490.1000.12192.4364.9166.47
Hex72CAE131A0Cc04142
Octal1623123416112014300101102
Binary111001011001010111000011100011010011001100000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72CAE1;
 }
 .AnyTagClassName
 {
   color: #72CAE1;
 }
</style>
background-color css

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

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

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

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

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

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