Html Css Color HEX #8FEEBD Vista Blue

📋 copy color: '#8FEEBD'

red 143 ◦ green 238 ◦ blue 189

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

Shades of Vista Blue #8FEEBD

Tints of Vista Blue #8FEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.75%

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

R = 25.09%
G = 41.75%
B = 33.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#8FEEBD (or 0x8FEEBD) is known color: Vista Blue. HEX triplet: 8F, EE and BD. RGB value is (143,238,189). Sum of RGB (Red+Green+Blue) = 143+238+189=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEBD is #701142. Grayscale: #CCCCCC. Windows color (decimal): -7344451 or 12447375. OLE color: 12447375.

HSL color Cylindrical-coordinate representation of color #8FEEBD: hue angle of 149.05º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEBD is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 238 189 -
CMYK 0.40 0 0.21 0.07
HSL 149.05º 0.74% 0.75% -
HSV(B) 149.05º 0.4% 0.93% -
XYZ 51.09 70.66 59.09 -
YUV 204.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 143 238 189 0.40 0 0.21 0.07 149.05 0.74 0.75
Hex 8F EE BD 28 0 15 7 95 4A 4B
Octal 217 356 275 50 0 25 7 225 112 113
Binary 10001111 11101110 10111101 101000 0 10101 111 10010101 1001010 1001011

Color Harmonies of #8FEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEBD

Black with #8FEEBD

Text Example


Text Example

White with #8FEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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