Html Css Color HEX #85BBBC Glacier

📋 copy color: '#85BBBC'

red 133 ◦ green 187 ◦ blue 188

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

Shades of Glacier #85BBBC

Tints of Glacier #85BBBC

RGB

 RED value IS 133 (52.34% from 255) = 26.18%

 GREEN value IS 187 (73.44% from 255) = 36.81%

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

R = 26.18%
G = 36.81%
B = 37.01%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85BBBC (or 0x85BBBC) is known color: Glacier. HEX triplet: 85, BB and BC. RGB value is (133,187,188). Sum of RGB (Red+Green+Blue) = 133+187+188=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #85BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBBC is #7A4443. Grayscale: #AAAAAA. Windows color (decimal): -8012868 or 12368773. OLE color: 12368773.

HSL color Cylindrical-coordinate representation of color #85BBBC: hue angle of 181.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BBBC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 187 188 -
CMYK 0.29 0.01 0 0.26
HSL 181.09º 0.29% 0.63% -
HSV(B) 181.09º 0.29% 0.74% -
XYZ 36.52 44.16 54.18 -
YUV 170.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 133 187 188 0.29 0.01 0 0.26 181.09 0.29 0.63
Hex 85 BB BC 1D 1 0 1A B5 1D 3F
Octal 205 273 274 35 1 0 32 265 35 77
Binary 10000101 10111011 10111100 11101 1 0 11010 10110101 11101 111111

Color Harmonies of #85BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BBBC

Black with #85BBBC

Text Example


Text Example

White with #85BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85BBBC;
 }
 .AnyTagClassName
 {
   color: #85BBBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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