Html Css Color HEX #8CCEB0 Vista Blue

📋 copy color: '#8CCEB0'

red 140 ◦ green 206 ◦ blue 176

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

Shades of Vista Blue #8CCEB0

Tints of Vista Blue #8CCEB0

RGB

 RED value IS 140 (55.08% from 255) = 26.82%

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

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 26.82%
G = 39.46%
B = 33.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#8CCEB0 (or 0x8CCEB0) is known color: Vista Blue. HEX triplet: 8C, CE and B0. RGB value is (140,206,176). Sum of RGB (Red+Green+Blue) = 140+206+176=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCEB0 is #73314F. Grayscale: #B6B6B6. Windows color (decimal): -7549264 or 11587212. OLE color: 11587212.

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

Color convert

RGB 140 206 176 -
CMYK 0.32 0 0.15 0.19
HSL 152.73º 0.4% 0.68% -
HSV(B) 152.73º 0.32% 0.81% -
XYZ 40.72 52.85 49.13 -
YUV 182.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 140 206 176 0.32 0 0.15 0.19 152.73 0.4 0.68
Hex 8C CE B0 20 0 F 13 99 28 44
Octal 214 316 260 40 0 17 23 231 50 104
Binary 10001100 11001110 10110000 100000 0 1111 10011 10011001 101000 1000100

Color Harmonies of #8CCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEB0

Black with #8CCEB0

Text Example


Text Example

White with #8CCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,176); }

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

background-color css

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

 a { background-color: rgb(140,206,176); }

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

border-color css

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

 span { border-color: rgb(140,206,176); }

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