Html Css Color HEX #85BBC7 Glacier

📋 copy color: '#85BBC7'

red 133 ◦ green 187 ◦ blue 199

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

Shades of Glacier #85BBC7

Tints of Glacier #85BBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 25.63%
G = 36.03%
B = 38.34%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#85BBC7 (or 0x85BBC7) is known color: Glacier. HEX triplet: 85, BB and C7. RGB value is (133,187,199). Sum of RGB (Red+Green+Blue) = 133+187+199=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #85BBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBC7 is #7A4438. Grayscale: #ACACAC. Windows color (decimal): -8012857 or 13089669. OLE color: 13089669.

HSL color Cylindrical-coordinate representation of color #85BBC7: hue angle of 190.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85BBC7 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 187 199 -
CMYK 0.33 0.06 0 0.22
HSL 190.91º 0.37% 0.65% -
HSV(B) 190.91º 0.33% 0.78% -
XYZ 37.75 44.65 60.66 -
YUV 172.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 133 187 199 0.33 0.06 0 0.22 190.91 0.37 0.65
Hex 85 BB C7 21 6 0 16 BF 25 41
Octal 205 273 307 41 6 0 26 277 45 101
Binary 10000101 10111011 11000111 100001 110 0 10110 10111111 100101 1000001

Color Harmonies of #85BBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BBC7

Black with #85BBC7

Text Example


Text Example

White with #85BBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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