#9EBFED

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

Shades of Tropical Blue #9EBFED

Tints of Tropical Blue #9EBFED

Color information

#9EBFED (or 0x9EBFED) is unknown color: approx Tropical Blue. HEX triplet: 9E, BF and ED. RGB value is (158,191,237). Sum of RGB (Red+Green+Blue) = 158+191+237=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBFED is #614012. Grayscale: #BABABA. Windows color (decimal): -6373395 or 15581086. OLE color: 15581086.

HSL color Cylindrical-coordinate representation of color #9EBFED: hue angle of 214.94º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EBFED is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158191237-
CMYK0.330.1900.07
HSL214.94º68.7%77.45%-
HSV(B)214.94º33.33%92.94%-
XYZ48.0250.6587.37-
YUV186.38156.57107.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=26.96%
G=32.59%
B=40.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581912370.330.1900.07214.9468.777.45
Hex9EBFED211307d7454d
Octal236277355412307327105115
Binary1001111010111111111011011000011001101111101011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,237); }

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

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

 a { background-color: rgb(158,191,237); }

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

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

 span { border-color: rgb(158,191,237); }

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