Html Css Color HEX #72A3BC Glacier

📋 copy color: '#72A3BC'

red 114 ◦ green 163 ◦ blue 188

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

Shades of Glacier #72A3BC

Tints of Glacier #72A3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 24.52%
G = 35.05%
B = 40.43%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#72A3BC (or 0x72A3BC) is known color: Glacier. HEX triplet: 72, A3 and BC. RGB value is (114,163,188). Sum of RGB (Red+Green+Blue) = 114+163+188=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #72A3BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3BC is #8D5C43. Grayscale: #979797. Windows color (decimal): -9264196 or 12362610. OLE color: 12362610.

HSL color Cylindrical-coordinate representation of color #72A3BC: hue angle of 200.27º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A3BC is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 163 188 -
CMYK 0.39 0.13 0 0.26
HSL 200.27º 0.36% 0.59% -
HSV(B) 200.27º 0.39% 0.74% -
XYZ 29.11 33.4 52.49 -
YUV 151.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 114 163 188 0.39 0.13 0 0.26 200.27 0.36 0.59
Hex 72 A3 BC 27 D 0 1A C8 24 3B
Octal 162 243 274 47 15 0 32 310 44 73
Binary 1110010 10100011 10111100 100111 1101 0 11010 11001000 100100 111011

Color Harmonies of #72A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A3BC

Black with #72A3BC

Text Example


Text Example

White with #72A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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