Html Css Color HEX #85F3B6 Vista Blue

📋 copy color: '#85F3B6'

red 133 ◦ green 243 ◦ blue 182

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

Shades of Vista Blue #85F3B6

Tints of Vista Blue #85F3B6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.55%

 BLUE value IS 182 (71.48% from 255) = 32.62%

R = 23.84%
G = 43.55%
B = 32.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#85F3B6 (or 0x85F3B6) is known color: Vista Blue. HEX triplet: 85, F3 and B6. RGB value is (133,243,182). Sum of RGB (Red+Green+Blue) = 133+243+182=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F3B6 is #7A0C49. Grayscale: #CBCBCB. Windows color (decimal): -7998538 or 11989893. OLE color: 11989893.

HSL color Cylindrical-coordinate representation of color #85F3B6: hue angle of 146.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3B6 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 243 182 -
CMYK 0.45 0 0.25 0.05
HSL 146.73º 0.82% 0.74% -
HSV(B) 146.73º 0.45% 0.95% -
XYZ 50.17 72.47 55.6 -
YUV 203.16 116.06 77.96 -
System Red Green Blue C M Y K H S L
Decimal 133 243 182 0.45 0 0.25 0.05 146.73 0.82 0.74
Hex 85 F3 B6 2D 0 19 5 93 52 4A
Octal 205 363 266 55 0 31 5 223 122 112
Binary 10000101 11110011 10110110 101101 0 11001 101 10010011 1010010 1001010

Color Harmonies of #85F3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F3B6

Black with #85F3B6

Text Example


Text Example

White with #85F3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,243,182); }

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

background-color css

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

 a { background-color: rgb(133,243,182); }

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

border-color css

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

 span { border-color: rgb(133,243,182); }

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