#72BCC1

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

Shades of Glacier #72BCC1

Tints of Glacier #72BCC1

Color information

#72BCC1 (or 0x72BCC1) is unknown color: approx Glacier. HEX triplet: 72, BC and C1. RGB value is (114,188,193). Sum of RGB (Red+Green+Blue) = 114+188+193=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #72BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCC1 is #8D433E. Grayscale: #A6A6A6. Windows color (decimal): -9257791 or 12696690. OLE color: 12696690.

HSL color Cylindrical-coordinate representation of color #72BCC1: hue angle of 183.8º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72BCC1 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114188193-
CMYK0.410.0300.24
HSL183.8º38.92%60.2%-
HSV(B)183.8º40.93%75.69%-
XYZ34.5543.3957.01-
YUV166.44142.9890.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.03%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=23.03%
G=37.98%
B=38.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141881930.410.0300.24183.838.9260.2
Hex72BCC1293018b8273c
Octal1622743015130302704774
Binary111001010111100110000011010011101100010111000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,193); }

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

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

 a { background-color: rgb(114,188,193); }

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

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

 span { border-color: rgb(114,188,193); }

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