Html Css Color HEX #85DCB3 Vista Blue

📋 copy color: '#85DCB3'

red 133 ◦ green 220 ◦ blue 179

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

Shades of Vista Blue #85DCB3

Tints of Vista Blue #85DCB3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 25%
G = 41.35%
B = 33.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#85DCB3 (or 0x85DCB3) is known color: Vista Blue. HEX triplet: 85, DC and B3. RGB value is (133,220,179). Sum of RGB (Red+Green+Blue) = 133+220+179=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCB3 is #7A234C. Grayscale: #BDBDBD. Windows color (decimal): -8004429 or 11787397. OLE color: 11787397.

HSL color Cylindrical-coordinate representation of color #85DCB3: hue angle of 151.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCB3 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 179 -
CMYK 0.40 0 0.19 0.14
HSL 151.72º 0.55% 0.69% -
HSV(B) 151.72º 0.4% 0.86% -
XYZ 43.4 59.43 51.83 -
YUV 189.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 133 220 179 0.40 0 0.19 0.14 151.72 0.55 0.69
Hex 85 DC B3 28 0 13 E 98 37 45
Octal 205 334 263 50 0 23 16 230 67 105
Binary 10000101 11011100 10110011 101000 0 10011 1110 10011000 110111 1000101

Color Harmonies of #85DCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCB3

Black with #85DCB3

Text Example


Text Example

White with #85DCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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