Html Css Color HEX #85BFC6 Glacier

📋 copy color: '#85BFC6'

red 133 ◦ green 191 ◦ blue 198

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

Shades of Glacier #85BFC6

Tints of Glacier #85BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 25.48%
G = 36.59%
B = 37.93%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#85BFC6 (or 0x85BFC6) is known color: Glacier. HEX triplet: 85, BF and C6. RGB value is (133,191,198). Sum of RGB (Red+Green+Blue) = 133+191+198=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #85BFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFC6 is #7A4039. Grayscale: #AEAEAE. Windows color (decimal): -8011834 or 13025157. OLE color: 13025157.

HSL color Cylindrical-coordinate representation of color #85BFC6: hue angle of 186.46º degrees, saturation: 0.36, 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 #85BFC6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 191 198 -
CMYK 0.33 0.04 0 0.22
HSL 186.46º 0.36% 0.65% -
HSV(B) 186.46º 0.33% 0.78% -
XYZ 38.5 46.33 60.34 -
YUV 174.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 133 191 198 0.33 0.04 0 0.22 186.46 0.36 0.65
Hex 85 BF C6 21 4 0 16 BA 24 41
Octal 205 277 306 41 4 0 26 272 44 101
Binary 10000101 10111111 11000110 100001 100 0 10110 10111010 100100 1000001

Color Harmonies of #85BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFC6

Black with #85BFC6

Text Example


Text Example

White with #85BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,198); }

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

background-color css

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

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

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

border-color css

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

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

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