#72CFE3

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

Shades of Spray #72CFE3

Tints of Spray #72CFE3

Color information

#72CFE3 (or 0x72CFE3) is unknown color: approx Spray. HEX triplet: 72, CF and E3. RGB value is (114,207,227). Sum of RGB (Red+Green+Blue) = 114+207+227=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #72CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFE3 is #8D301C. Grayscale: #B5B5B5. Windows color (decimal): -9252893 or 14929778. OLE color: 14929778.

HSL color Cylindrical-coordinate representation of color #72CFE3: hue angle of 190.62º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72CFE3 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114207227-
CMYK0.500.0900.11
HSL190.62º66.86%66.86%-
HSV(B)190.62º49.78%89.02%-
XYZ43.1253.7580.78-
YUV181.47153.6979.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.80%
GREEN value IS 207 (81.25% from 255) = 37.77%
BLUE value IS 227 (89.06% from 255) = 41.42%
R=20.80%
G=37.77%
B=41.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142072270.500.0900.11190.6266.8666.86
Hex72CFE33290Bbf4343
Octal1623173436211013277103103
Binary111001011001111111000111100101001010111011111110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,207,227); }

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

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

 a { background-color: rgb(114,207,227); }

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

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

 span { border-color: rgb(114,207,227); }

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