Html Css Color HEX #85BBBE Glacier

📋 copy color: '#85BBBE'

red 133 ◦ green 187 ◦ blue 190

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

Shades of Glacier #85BBBE

Tints of Glacier #85BBBE

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 value IS 0.3

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85BBBE (or 0x85BBBE) is known color: 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

RGB 133 187 190 -
CMYK 0.3 0.02 0 0.25
HSL 183.16º 0.3% 0.63% -
HSV(B) 183.16º 0.3% 0.75% -
XYZ 36.74 44.24 55.32 -
YUV 171.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 133 187 190 0.3 0.02 0 0.25 183.16 0.3 0.63
Hex 85 BB BE 1E 2 0 19 B7 1E 3F
Octal 205 273 276 36 2 0 31 267 36 77
Binary 10000101 10111011 10111110 11110 10 0 11001 10110111 11110 111111

Color Harmonies of #85BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BBBE

Black with #85BBBE

Text Example


Text Example

White with #85BBBE

Text Example


Text Example

HTML Codes & Css Web 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>