#9EC0EE

Color #9EC0EE Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #9EC0EE

Tints of Tropical Blue #9EC0EE

Color information

#9EC0EE (or 0x9EC0EE) is unknown color: approx Tropical Blue. HEX triplet: 9E, C0 and EE. RGB value is (158,192,238). Sum of RGB (Red+Green+Blue) = 158+192+238=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0EE is #613F11. Grayscale: #BABABA. Windows color (decimal): -6373138 or 15646878. OLE color: 15646878.

HSL color Cylindrical-coordinate representation of color #9EC0EE: hue angle of 214.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 #9EC0EE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158192238-
CMYK0.340.1900.07
HSL214.5º70.18%77.65%-
HSV(B)214.5º33.61%93.33%-
XYZ48.3851.1488.21-
YUV187.08156.74107.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=26.87%
G=32.65%
B=40.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581922380.340.1900.07214.570.1877.65
Hex9EC0EE221307d6464e
Octal236300356422307326106116
Binary1001111011000000111011101000101001101111101011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC0EE;
 }
 .AnyTagClassName
 {
   color: #9EC0EE;
 }
</style>
background-color css

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

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

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

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

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

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