#9EC0EB

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

Shades of Tropical Blue #9EC0EB

Tints of Tropical Blue #9EC0EB

Color information

#9EC0EB (or 0x9EC0EB) is unknown color: approx Tropical Blue. HEX triplet: 9E, C0 and EB. RGB value is (158,192,235). Sum of RGB (Red+Green+Blue) = 158+192+235=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0EB is #613F14. Grayscale: #BABABA. Windows color (decimal): -6373141 or 15450270. OLE color: 15450270.

HSL color Cylindrical-coordinate representation of color #9EC0EB: hue angle of 213.51º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EC0EB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158192235-
CMYK0.330.1800.08
HSL213.51º65.81%77.06%-
HSV(B)213.51º32.77%92.16%-
XYZ47.9550.9785.91-
YUV186.74155.24107.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=27.01%
G=32.82%
B=40.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581922350.330.1800.08213.5165.8177.06
Hex9EC0EB211208d6424d
Octal2363003534122010326102115
Binary10011110110000001110101110000110010010001101011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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