Html Css Color HEX #72B1C7 Glacier

📋 copy color: '#72B1C7'

red 114 ◦ green 177 ◦ blue 199

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

Shades of Glacier #72B1C7

Tints of Glacier #72B1C7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.12%

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 23.27%
G = 36.12%
B = 40.61%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#72B1C7 (or 0x72B1C7) is known color: Glacier. HEX triplet: 72, B1 and C7. RGB value is (114,177,199). Sum of RGB (Red+Green+Blue) = 114+177+199=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #72B1C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B1C7 is #8D4E38. Grayscale: #A0A0A0. Windows color (decimal): -9260601 or 13087090. OLE color: 13087090.

HSL color Cylindrical-coordinate representation of color #72B1C7: hue angle of 195.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B1C7 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 177 199 -
CMYK 0.43 0.11 0 0.22
HSL 195.53º 0.43% 0.61% -
HSV(B) 195.53º 0.43% 0.78% -
XYZ 32.97 39.15 59.85 -
YUV 160.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 114 177 199 0.43 0.11 0 0.22 195.53 0.43 0.61
Hex 72 B1 C7 2B B 0 16 C4 2B 3D
Octal 162 261 307 53 13 0 26 304 53 75
Binary 1110010 10110001 11000111 101011 1011 0 10110 11000100 101011 111101

Color Harmonies of #72B1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B1C7

Black with #72B1C7

Text Example


Text Example

White with #72B1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,177,199); }

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

background-color css

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

 a { background-color: rgb(114,177,199); }

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

border-color css

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

 span { border-color: rgb(114,177,199); }

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