Html Css Color HEX #85EFB3 Vista Blue

📋 copy color: '#85EFB3'

red 133 ◦ green 239 ◦ blue 179

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

Shades of Vista Blue #85EFB3

Tints of Vista Blue #85EFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

 BLUE value IS 179 (70.31% from 255) = 32.49%

R = 24.14%
G = 43.38%
B = 32.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#85EFB3 (or 0x85EFB3) is known color: Vista Blue. HEX triplet: 85, EF and B3. RGB value is (133,239,179). Sum of RGB (Red+Green+Blue) = 133+239+179=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFB3 is #7A104C. Grayscale: #C8C8C8. Windows color (decimal): -7999565 or 11792261. OLE color: 11792261.

HSL color Cylindrical-coordinate representation of color #85EFB3: hue angle of 146.04º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFB3 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 179 -
CMYK 0.44 0 0.25 0.06
HSL 146.04º 0.77% 0.73% -
HSV(B) 146.04º 0.44% 0.94% -
XYZ 48.68 69.97 53.59 -
YUV 200.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 133 239 179 0.44 0 0.25 0.06 146.04 0.77 0.73
Hex 85 EF B3 2C 0 19 6 92 4D 49
Octal 205 357 263 54 0 31 6 222 115 111
Binary 10000101 11101111 10110011 101100 0 11001 110 10010010 1001101 1001001

Color Harmonies of #85EFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFB3

Black with #85EFB3

Text Example


Text Example

White with #85EFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,179); }

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

background-color css

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

 a { background-color: rgb(133,239,179); }

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

border-color css

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

 span { border-color: rgb(133,239,179); }

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