#9EBDEA

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

Shades of Tropical Blue #9EBDEA

Tints of Tropical Blue #9EBDEA

Color information

#9EBDEA (or 0x9EBDEA) is unknown color: approx Tropical Blue. HEX triplet: 9E, BD and EA. RGB value is (158,189,234). Sum of RGB (Red+Green+Blue) = 158+189+234=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBDEA is #614215. Grayscale: #B8B8B8. Windows color (decimal): -6373910 or 15383966. OLE color: 15383966.

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

Color convert

RGB158189234-
CMYK0.320.1900.08
HSL215.53º64.41%76.86%-
HSV(B)215.53º32.48%91.76%-
XYZ47.1549.684.93-
YUV184.86155.73108.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=27.19%
G=32.53%
B=40.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581892340.320.1900.08215.5364.4176.86
Hex9EBDEA201308d8404d
Octal2362753524023010330100115
Binary10011110101111011110101010000010011010001101100010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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