Html Css Color HEX #85EEBB Vista Blue

📋 copy color: '#85EEBB'

red 133 ◦ green 238 ◦ blue 187

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

Shades of Vista Blue #85EEBB

Tints of Vista Blue #85EEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.65%

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 23.84%
G = 42.65%
B = 33.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#85EEBB (or 0x85EEBB) is known color: Vista Blue. HEX triplet: 85, EE and BB. RGB value is (133,238,187). Sum of RGB (Red+Green+Blue) = 133+238+187=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEBB is #7A1144. Grayscale: #C8C8C8. Windows color (decimal): -7999813 or 12316293. OLE color: 12316293.

HSL color Cylindrical-coordinate representation of color #85EEBB: hue angle of 150.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EEBB is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 187 -
CMYK 0.44 0 0.21 0.07
HSL 150.86º 0.76% 0.73% -
HSV(B) 150.86º 0.44% 0.93% -
XYZ 49.22 69.72 57.88 -
YUV 200.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 133 238 187 0.44 0 0.21 0.07 150.86 0.76 0.73
Hex 85 EE BB 2C 0 15 7 97 4C 49
Octal 205 356 273 54 0 25 7 227 114 111
Binary 10000101 11101110 10111011 101100 0 10101 111 10010111 1001100 1001001

Color Harmonies of #85EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EEBB

Black with #85EEBB

Text Example


Text Example

White with #85EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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