#72CDD8

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

Shades of Spray #72CDD8

Tints of Spray #72CDD8

Color information

#72CDD8 (or 0x72CDD8) is unknown color: approx Spray. HEX triplet: 72, CD and D8. RGB value is (114,205,216). Sum of RGB (Red+Green+Blue) = 114+205+216=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #72CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDD8 is #8D3227. Grayscale: #B2B2B2. Windows color (decimal): -9253416 or 14208370. OLE color: 14208370.

HSL color Cylindrical-coordinate representation of color #72CDD8: hue angle of 186.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CDD8 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114205216-
CMYK0.470.0500.15
HSL186.47º56.67%64.71%-
HSV(B)186.47º47.22%84.71%-
XYZ41.1752.272.87-
YUV179.04148.8581.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.31%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=21.31%
G=38.32%
B=40.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142052160.470.0500.15186.4756.6764.71
Hex72CDD82F50Fba3941
Octal16231533057501727271101
Binary1110010110011011101100010111110101111101110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,216); }

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

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

 a { background-color: rgb(114,205,216); }

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

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

 span { border-color: rgb(114,205,216); }

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