Html Css Color HEX #85BDC1 Glacier

📋 copy color: '#85BDC1'

red 133 ◦ green 189 ◦ blue 193

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

Shades of Glacier #85BDC1

Tints of Glacier #85BDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 25.83%
G = 36.7%
B = 37.48%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#85BDC1 (or 0x85BDC1) is known color: Glacier. HEX triplet: 85, BD and C1. RGB value is (133,189,193). Sum of RGB (Red+Green+Blue) = 133+189+193=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #85BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDC1 is #7A423E. Grayscale: #ACACAC. Windows color (decimal): -8012351 or 12696965. OLE color: 12696965.

HSL color Cylindrical-coordinate representation of color #85BDC1: hue angle of 184º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85BDC1 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 189 193 -
CMYK 0.31 0.02 0 0.24
HSL 184º 0.33% 0.64% -
HSV(B) 184º 0.31% 0.76% -
XYZ 37.5 45.23 57.21 -
YUV 172.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 133 189 193 0.31 0.02 0 0.24 184 0.33 0.64
Hex 85 BD C1 1F 2 0 18 B8 21 40
Octal 205 275 301 37 2 0 30 270 41 100
Binary 10000101 10111101 11000001 11111 10 0 11000 10111000 100001 1000000

Color Harmonies of #85BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDC1

Black with #85BDC1

Text Example


Text Example

White with #85BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,193); }

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

background-color css

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

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

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

border-color css

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

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

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