Html Css Color HEX #85DCB2 Vista Blue

📋 copy color: '#85DCB2'

red 133 ◦ green 220 ◦ blue 178

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

Shades of Vista Blue #85DCB2

Tints of Vista Blue #85DCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 25.05%
G = 41.43%
B = 33.52%

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

#85DCB2 (or 0x85DCB2) is known color: Vista Blue. HEX triplet: 85, DC and B2. RGB value is (133,220,178). Sum of RGB (Red+Green+Blue) = 133+220+178=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCB2 is #7A234D. Grayscale: #BDBDBD. Windows color (decimal): -8004430 or 11721861. OLE color: 11721861.

HSL color Cylindrical-coordinate representation of color #85DCB2: hue angle of 151.03º 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 #85DCB2 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 178 -
CMYK 0.40 0 0.19 0.14
HSL 151.03º 0.55% 0.69% -
HSV(B) 151.03º 0.4% 0.86% -
XYZ 43.3 59.39 51.3 -
YUV 189.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 133 220 178 0.40 0 0.19 0.14 151.03 0.55 0.69
Hex 85 DC B2 28 0 13 E 97 37 45
Octal 205 334 262 50 0 23 16 227 67 105
Binary 10000101 11011100 10110010 101000 0 10011 1110 10010111 110111 1000101

Color Harmonies of #85DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCB2

Black with #85DCB2

Text Example


Text Example

White with #85DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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