Html Css Color HEX #85BBBB Glacier

📋 copy color: '#85BBBB'

red 133 ◦ green 187 ◦ blue 187

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

Shades of Glacier #85BBBB

Tints of Glacier #85BBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 26.23%
G = 36.88%
B = 36.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85BBBB (or 0x85BBBB) is known color: Glacier. HEX triplet: 85, BB and BB. RGB value is (133,187,187). Sum of RGB (Red+Green+Blue) = 133+187+187=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #85BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBBB is #7A4444. Grayscale: #AAAAAA. Windows color (decimal): -8012869 or 12303237. OLE color: 12303237.

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

Color convert

RGB 133 187 187 -
CMYK 0.29 0 0 0.27
HSL 180º 0.28% 0.63% -
HSV(B) 180º 0.29% 0.73% -
XYZ 36.41 44.12 53.61 -
YUV 170.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 133 187 187 0.29 0 0 0.27 180 0.28 0.63
Hex 85 BB BB 1D 0 0 1B B4 1C 3F
Octal 205 273 273 35 0 0 33 264 34 77
Binary 10000101 10111011 10111011 11101 0 0 11011 10110100 11100 111111

Color Harmonies of #85BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BBBB

Black with #85BBBB

Text Example


Text Example

White with #85BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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