Html Css Color HEX #85AFBB Glacier

📋 copy color: '#85AFBB'

red 133 ◦ green 175 ◦ blue 187

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

Shades of Glacier #85AFBB

Tints of Glacier #85AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

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

R = 26.87%
G = 35.35%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85AFBB (or 0x85AFBB) is known color: Glacier. HEX triplet: 85, AF and BB. RGB value is (133,175,187). Sum of RGB (Red+Green+Blue) = 133+175+187=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #85AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBB is #7A5044. Grayscale: #A3A3A3. Windows color (decimal): -8015941 or 12300165. OLE color: 12300165.

HSL color Cylindrical-coordinate representation of color #85AFBB: hue angle of 193.33º 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 #85AFBB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 175 187 -
CMYK 0.29 0.06 0 0.27
HSL 193.33º 0.28% 0.63% -
HSV(B) 193.33º 0.29% 0.73% -
XYZ 33.97 39.23 52.8 -
YUV 163.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 133 175 187 0.29 0.06 0 0.27 193.33 0.28 0.63
Hex 85 AF BB 1D 6 0 1B C1 1C 3F
Octal 205 257 273 35 6 0 33 301 34 77
Binary 10000101 10101111 10111011 11101 110 0 11011 11000001 11100 111111

Color Harmonies of #85AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFBB

Black with #85AFBB

Text Example


Text Example

White with #85AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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