Html Css Color HEX #85DBB0 Vista Blue

📋 copy color: '#85DBB0'

red 133 ◦ green 219 ◦ blue 176

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

Shades of Vista Blue #85DBB0

Tints of Vista Blue #85DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 25.19%
G = 41.48%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#85DBB0 (or 0x85DBB0) is known color: Vista Blue. HEX triplet: 85, DB and B0. RGB value is (133,219,176). Sum of RGB (Red+Green+Blue) = 133+219+176=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBB0 is #7A244F. Grayscale: #BCBCBC. Windows color (decimal): -8004688 or 11590533. OLE color: 11590533.

HSL color Cylindrical-coordinate representation of color #85DBB0: hue angle of 150º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBB0 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 176 -
CMYK 0.39 0 0.20 0.14
HSL 150º 0.54% 0.69% -
HSV(B) 150º 0.39% 0.86% -
XYZ 42.84 58.78 50.16 -
YUV 188.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 133 219 176 0.39 0 0.20 0.14 150 0.54 0.69
Hex 85 DB B0 27 0 14 E 96 36 45
Octal 205 333 260 47 0 24 16 226 66 105
Binary 10000101 11011011 10110000 100111 0 10100 1110 10010110 110110 1000101

Color Harmonies of #85DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBB0

Black with #85DBB0

Text Example


Text Example

White with #85DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,176); }

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

background-color css

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

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

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

border-color css

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

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

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