Html Css Color HEX #8FDCB5 Vista Blue

📋 copy color: '#8FDCB5'

red 143 ◦ green 220 ◦ blue 181

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

Shades of Vista Blue #8FDCB5

Tints of Vista Blue #8FDCB5

RGB

 RED value IS 143 (56.25% from 255) = 26.29%

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

 BLUE value IS 181 (71.09% from 255) = 33.27%

R = 26.29%
G = 40.44%
B = 33.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#8FDCB5 (or 0x8FDCB5) is known color: Vista Blue. HEX triplet: 8F, DC and B5. RGB value is (143,220,181). Sum of RGB (Red+Green+Blue) = 143+220+181=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCB5 is #70234A. Grayscale: #C0C0C0. Windows color (decimal): -7349067 or 11918479. OLE color: 11918479.

HSL color Cylindrical-coordinate representation of color #8FDCB5: hue angle of 149.61º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCB5 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 181 -
CMYK 0.35 0 0.18 0.14
HSL 149.61º 0.52% 0.71% -
HSV(B) 149.61º 0.35% 0.86% -
XYZ 45.26 60.36 52.98 -
YUV 192.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 143 220 181 0.35 0 0.18 0.14 149.61 0.52 0.71
Hex 8F DC B5 23 0 12 E 96 34 47
Octal 217 334 265 43 0 22 16 226 64 107
Binary 10001111 11011100 10110101 100011 0 10010 1110 10010110 110100 1000111

Color Harmonies of #8FDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCB5

Black with #8FDCB5

Text Example


Text Example

White with #8FDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDCB5; }

 p { color: rgb(143,220,181); }

 H1.HeaderClassName
 {
   color: #8FDCB5;
 }
 .AnyTagClassName
 {
   color: #8FDCB5;
 }
</style>

background-color css

<style>
 a { background-color: #8FDCB5; }

 a { background-color: rgb(143,220,181); }

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

border-color css

<style>
 span { border-color: #8FDCB5; }

 span { border-color: rgb(143,220,181); }

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