Html Css Color HEX #8FDCBD Vista Blue

📋 copy color: '#8FDCBD'

red 143 ◦ green 220 ◦ blue 189

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

Shades of Vista Blue #8FDCBD

Tints of Vista Blue #8FDCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 25.91%
G = 39.86%
B = 34.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#8FDCBD (or 0x8FDCBD) is known color: Vista Blue. HEX triplet: 8F, DC and BD. RGB value is (143,220,189). Sum of RGB (Red+Green+Blue) = 143+220+189=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCBD is #702342. Grayscale: #C1C1C1. Windows color (decimal): -7349059 or 12442767. OLE color: 12442767.

HSL color Cylindrical-coordinate representation of color #8FDCBD: hue angle of 155.84º 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 #8FDCBD is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 189 -
CMYK 0.35 0 0.14 0.14
HSL 155.84º 0.52% 0.71% -
HSV(B) 155.84º 0.35% 0.86% -
XYZ 46.11 60.7 57.43 -
YUV 193.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 143 220 189 0.35 0 0.14 0.14 155.84 0.52 0.71
Hex 8F DC BD 23 0 E E 9C 34 47
Octal 217 334 275 43 0 16 16 234 64 107
Binary 10001111 11011100 10111101 100011 0 1110 1110 10011100 110100 1000111

Color Harmonies of #8FDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCBD

Black with #8FDCBD

Text Example


Text Example

White with #8FDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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