Html Css Color HEX #72B7BE Glacier

📋 copy color: '#72B7BE'

red 114 ◦ green 183 ◦ blue 190

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

Shades of Glacier #72B7BE

Tints of Glacier #72B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 23.41%
G = 37.58%
B = 39.01%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72B7BE (or 0x72B7BE) is known color: Glacier. HEX triplet: 72, B7 and BE. RGB value is (114,183,190). Sum of RGB (Red+Green+Blue) = 114+183+190=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #72B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7BE is #8D4841. Grayscale: #A3A3A3. Windows color (decimal): -9259074 or 12498802. OLE color: 12498802.

HSL color Cylindrical-coordinate representation of color #72B7BE: hue angle of 185.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72B7BE is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 183 190 -
CMYK 0.40 0.04 0 0.25
HSL 185.53º 0.37% 0.6% -
HSV(B) 185.53º 0.4% 0.75% -
XYZ 33.17 41.16 54.91 -
YUV 163.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 114 183 190 0.40 0.04 0 0.25 185.53 0.37 0.6
Hex 72 B7 BE 28 4 0 19 BA 25 3C
Octal 162 267 276 50 4 0 31 272 45 74
Binary 1110010 10110111 10111110 101000 100 0 11001 10111010 100101 111100

Color Harmonies of #72B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7BE

Black with #72B7BE

Text Example


Text Example

White with #72B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,183,190); }

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

background-color css

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

 a { background-color: rgb(114,183,190); }

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

border-color css

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

 span { border-color: rgb(114,183,190); }

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