Html Css Color HEX #8CEEAC Vista Blue

📋 copy color: '#8CEEAC'

red 140 ◦ green 238 ◦ blue 172

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

Shades of Vista Blue #8CEEAC

Tints of Vista Blue #8CEEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 25.45%
G = 43.27%
B = 31.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#8CEEAC (or 0x8CEEAC) is known color: Vista Blue. HEX triplet: 8C, EE and AC. RGB value is (140,238,172). Sum of RGB (Red+Green+Blue) = 140+238+172=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEEAC is #731153. Grayscale: #C9C9C9. Windows color (decimal): -7541076 or 11333260. OLE color: 11333260.

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

Color convert

RGB 140 238 172 -
CMYK 0.41 0 0.28 0.07
HSL 139.59º 0.74% 0.74% -
HSV(B) 139.59º 0.41% 0.93% -
XYZ 48.84 69.7 49.91 -
YUV 201.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 140 238 172 0.41 0 0.28 0.07 139.59 0.74 0.74
Hex 8C EE AC 29 0 1C 7 8C 4A 4A
Octal 214 356 254 51 0 34 7 214 112 112
Binary 10001100 11101110 10101100 101001 0 11100 111 10001100 1001010 1001010

Color Harmonies of #8CEEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEEAC

Black with #8CEEAC

Text Example


Text Example

White with #8CEEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,238,172); }

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

background-color css

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

 a { background-color: rgb(140,238,172); }

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

border-color css

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

 span { border-color: rgb(140,238,172); }

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