Html Css Color HEX #8FCEB2 Vista Blue

📋 copy color: '#8FCEB2'

red 143 ◦ green 206 ◦ blue 178

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

Shades of Vista Blue #8FCEB2

Tints of Vista Blue #8FCEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

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

R = 27.13%
G = 39.09%
B = 33.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#8FCEB2 (or 0x8FCEB2) is known color: Vista Blue. HEX triplet: 8F, CE and B2. RGB value is (143,206,178). Sum of RGB (Red+Green+Blue) = 143+206+178=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEB2 is #70314D. Grayscale: #B8B8B8. Windows color (decimal): -7352654 or 11718287. OLE color: 11718287.

HSL color Cylindrical-coordinate representation of color #8FCEB2: hue angle of 153.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEB2 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 206 178 -
CMYK 0.31 0 0.14 0.19
HSL 153.33º 0.39% 0.68% -
HSV(B) 153.33º 0.31% 0.81% -
XYZ 41.43 53.2 50.2 -
YUV 183.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 143 206 178 0.31 0 0.14 0.19 153.33 0.39 0.68
Hex 8F CE B2 1F 0 E 13 99 27 44
Octal 217 316 262 37 0 16 23 231 47 104
Binary 10001111 11001110 10110010 11111 0 1110 10011 10011001 100111 1000100

Color Harmonies of #8FCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEB2

Black with #8FCEB2

Text Example


Text Example

White with #8FCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,206,178); }

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

background-color css

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

 a { background-color: rgb(143,206,178); }

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

border-color css

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

 span { border-color: rgb(143,206,178); }

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