#9EBDEE

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

Shades of Tropical Blue #9EBDEE

Tints of Tropical Blue #9EBDEE

Color information

#9EBDEE (or 0x9EBDEE) is unknown color: approx Tropical Blue. HEX triplet: 9E, BD and EE. RGB value is (158,189,238). Sum of RGB (Red+Green+Blue) = 158+189+238=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EBDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBDEE is #614211. Grayscale: #B9B9B9. Windows color (decimal): -6373906 or 15646110. OLE color: 15646110.

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

Color convert

RGB158189238-
CMYK0.340.2100.07
HSL216.75º70.18%77.65%-
HSV(B)216.75º33.61%93.33%-
XYZ47.7349.8487.99-
YUV185.32157.73108.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=27.01%
G=32.31%
B=40.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581892380.340.2100.07216.7570.1877.65
Hex9EBDEE221507d9464e
Octal236275356422507331106116
Binary1001111010111101111011101000101010101111101100110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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