Html Css Color HEX #85EBB3 Vista Blue

📋 copy color: '#85EBB3'

red 133 ◦ green 235 ◦ blue 179

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

Shades of Vista Blue #85EBB3

Tints of Vista Blue #85EBB3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

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

R = 24.31%
G = 42.96%
B = 32.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#85EBB3 (or 0x85EBB3) is known color: Vista Blue. HEX triplet: 85, EB and B3. RGB value is (133,235,179). Sum of RGB (Red+Green+Blue) = 133+235+179=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBB3 is #7A144C. Grayscale: #C6C6C6. Windows color (decimal): -8000589 or 11791237. OLE color: 11791237.

HSL color Cylindrical-coordinate representation of color #85EBB3: hue angle of 147.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBB3 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 179 -
CMYK 0.43 0 0.24 0.08
HSL 147.06º 0.72% 0.72% -
HSV(B) 147.06º 0.43% 0.92% -
XYZ 47.52 67.66 53.2 -
YUV 198.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 133 235 179 0.43 0 0.24 0.08 147.06 0.72 0.72
Hex 85 EB B3 2B 0 18 8 93 48 48
Octal 205 353 263 53 0 30 10 223 110 110
Binary 10000101 11101011 10110011 101011 0 11000 1000 10010011 1001000 1001000

Color Harmonies of #85EBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBB3

Black with #85EBB3

Text Example


Text Example

White with #85EBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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