Html Css Color HEX #72BAC1 Glacier

📋 copy color: '#72BAC1'

red 114 ◦ green 186 ◦ blue 193

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

Shades of Glacier #72BAC1

Tints of Glacier #72BAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 193 (75.78% from 255) = 39.15%

R = 23.12%
G = 37.73%
B = 39.15%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#72BAC1 (or 0x72BAC1) is known color: Glacier. HEX triplet: 72, BA and C1. RGB value is (114,186,193). Sum of RGB (Red+Green+Blue) = 114+186+193=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #72BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BAC1 is #8D453E. Grayscale: #A5A5A5. Windows color (decimal): -9258303 or 12696178. OLE color: 12696178.

HSL color Cylindrical-coordinate representation of color #72BAC1: hue angle of 185.32º 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 #72BAC1 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 186 193 -
CMYK 0.41 0.04 0 0.24
HSL 185.32º 0.39% 0.6% -
HSV(B) 185.32º 0.41% 0.76% -
XYZ 34.12 42.55 56.87 -
YUV 165.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 114 186 193 0.41 0.04 0 0.24 185.32 0.39 0.6
Hex 72 BA C1 29 4 0 18 B9 27 3C
Octal 162 272 301 51 4 0 30 271 47 74
Binary 1110010 10111010 11000001 101001 100 0 11000 10111001 100111 111100

Color Harmonies of #72BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BAC1

Black with #72BAC1

Text Example


Text Example

White with #72BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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