Html Css Color HEX #85DBB1 Vista Blue

📋 copy color: '#85DBB1'

red 133 ◦ green 219 ◦ blue 177

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

Shades of Vista Blue #85DBB1

Tints of Vista Blue #85DBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.46%

R = 25.14%
G = 41.4%
B = 33.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#85DBB1 (or 0x85DBB1) is known color: Vista Blue. HEX triplet: 85, DB and B1. RGB value is (133,219,177). Sum of RGB (Red+Green+Blue) = 133+219+177=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBB1 is #7A244E. Grayscale: #BCBCBC. Windows color (decimal): -8004687 or 11656069. OLE color: 11656069.

HSL color Cylindrical-coordinate representation of color #85DBB1: hue angle of 150.7º 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 #85DBB1 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 177 -
CMYK 0.39 0 0.19 0.14
HSL 150.7º 0.54% 0.69% -
HSV(B) 150.7º 0.39% 0.86% -
XYZ 42.94 58.82 50.69 -
YUV 188.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 133 219 177 0.39 0 0.19 0.14 150.7 0.54 0.69
Hex 85 DB B1 27 0 13 E 97 36 45
Octal 205 333 261 47 0 23 16 227 66 105
Binary 10000101 11011011 10110001 100111 0 10011 1110 10010111 110110 1000101

Color Harmonies of #85DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBB1

Black with #85DBB1

Text Example


Text Example

White with #85DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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