#85BBBE

Color #85BBBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #85BBBE

Tints of Glacier #85BBBE

Color information

#85BBBE (or 0x85BBBE) is unknown color: approx Glacier. HEX triplet: 85, BB and BE. RGB value is (133,187,190). Sum of RGB (Red+Green+Blue) = 133+187+190=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #85BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBBE is #7A4441. Grayscale: #ABABAB. Windows color (decimal): -8012866 or 12499845. OLE color: 12499845.

HSL color Cylindrical-coordinate representation of color #85BBBE: hue angle of 183.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BBBE is Cyan = 0.3, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133187190-
CMYK0.30.0200.25
HSL183.16º30.48%63.33%-
HSV(B)183.16º30%74.51%-
XYZ36.7444.2455.32-
YUV171.2138.61100.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=26.08%
G=36.67%
B=37.25%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331871900.30.0200.25183.1630.4863.33
Hex85BBBE1E2019b71e3f
Octal2052732763620312673677
Binary10000101101110111011111011110100110011011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BBBE; }

 p { color: rgb(133,187,190); }

 H1.HeaderClassName
 {
   color: #85BBBE;
 }
 .AnyTagClassName
 {
   color: #85BBBE;
 }
</style>
background-color css

<style>
 a { background-color: #85BBBE; }

 a { background-color: rgb(133,187,190); }

 div.DivClassName
 {
   background-color: #85BBBE;
 }
 .BgClassName
 {
   background-color: #85BBBE;
 }
</style>
border-color css

<style>
 span { border-color: #85BBBE; }

 span { border-color: rgb(133,187,190); }

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