Html Css Color HEX #89B6C2 Glacier

📋 copy color: '#89B6C2'

red 137 ◦ green 182 ◦ blue 194

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

Shades of Glacier #89B6C2

Tints of Glacier #89B6C2

RGB

 RED value IS 137 (53.91% from 255) = 26.71%

 GREEN value IS 182 (71.48% from 255) = 35.48%

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 26.71%
G = 35.48%
B = 37.82%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89B6C2 (or 0x89B6C2) is known color: Glacier. HEX triplet: 89, B6 and C2. RGB value is (137,182,194). Sum of RGB (Red+Green+Blue) = 137+182+194=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #89B6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6C2 is #76493D. Grayscale: #A9A9A9. Windows color (decimal): -7751998 or 12760713. OLE color: 12760713.

HSL color Cylindrical-coordinate representation of color #89B6C2: hue angle of 192.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89B6C2 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 182 194 -
CMYK 0.29 0.06 0 0.24
HSL 192.63º 0.32% 0.65% -
HSV(B) 192.63º 0.29% 0.76% -
XYZ 36.78 42.67 57.34 -
YUV 169.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 137 182 194 0.29 0.06 0 0.24 192.63 0.32 0.65
Hex 89 B6 C2 1D 6 0 18 C1 20 41
Octal 211 266 302 35 6 0 30 301 40 101
Binary 10001001 10110110 11000010 11101 110 0 11000 11000001 100000 1000001

Color Harmonies of #89B6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B6C2

Black with #89B6C2

Text Example


Text Example

White with #89B6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89B6C2; }

 p { color: rgb(137,182,194); }

 H1.HeaderClassName
 {
   color: #89B6C2;
 }
 .AnyTagClassName
 {
   color: #89B6C2;
 }
</style>

background-color css

<style>
 a { background-color: #89B6C2; }

 a { background-color: rgb(137,182,194); }

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

border-color css

<style>
 span { border-color: #89B6C2; }

 span { border-color: rgb(137,182,194); }

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