Html Css Color HEX #9EEEBC Vista Blue

📋 copy color: '#9EEEBC'

red 158 ◦ green 238 ◦ blue 188

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

Shades of Vista Blue #9EEEBC

Tints of Vista Blue #9EEEBC

RGB

 RED value IS 158 (62.11% from 255) = 27.05%

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 27.05%
G = 40.75%
B = 32.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9EEEBC (or 0x9EEEBC) is known color: Vista Blue. HEX triplet: 9E, EE and BC. RGB value is (158,238,188). Sum of RGB (Red+Green+Blue) = 158+238+188=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEEBC is #611143. Grayscale: #D0D0D0. Windows color (decimal): -6361412 or 12381854. OLE color: 12381854.

HSL color Cylindrical-coordinate representation of color #9EEEBC: hue angle of 142.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEBC is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 238 188 -
CMYK 0.34 0 0.21 0.07
HSL 142.5º 0.7% 0.78% -
HSV(B) 142.5º 0.34% 0.93% -
XYZ 53.75 72.05 58.65 -
YUV 208.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 158 238 188 0.34 0 0.21 0.07 142.5 0.7 0.78
Hex 9E EE BC 22 0 15 7 8E 46 4E
Octal 236 356 274 42 0 25 7 216 106 116
Binary 10011110 11101110 10111100 100010 0 10101 111 10001110 1000110 1001110

Color Harmonies of #9EEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEBC

Black with #9EEEBC

Text Example


Text Example

White with #9EEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEEBC; }

 p { color: rgb(158,238,188); }

 H1.HeaderClassName
 {
   color: #9EEEBC;
 }
 .AnyTagClassName
 {
   color: #9EEEBC;
 }
</style>

background-color css

<style>
 a { background-color: #9EEEBC; }

 a { background-color: rgb(158,238,188); }

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

border-color css

<style>
 span { border-color: #9EEEBC; }

 span { border-color: rgb(158,238,188); }

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