#9FBDEB

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

Shades of Tropical Blue #9FBDEB

Tints of Tropical Blue #9FBDEB

Color information

#9FBDEB (or 0x9FBDEB) is unknown color: approx Tropical Blue. HEX triplet: 9F, BD and EB. RGB value is (159,189,235). Sum of RGB (Red+Green+Blue) = 159+189+235=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDEB is #604214. Grayscale: #B9B9B9. Windows color (decimal): -6308373 or 15449503. OLE color: 15449503.

HSL color Cylindrical-coordinate representation of color #9FBDEB: hue angle of 216.32º degrees, saturation: 0.66, 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 #9FBDEB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159189235-
CMYK0.320.2000.08
HSL216.32º65.52%77.25%-
HSV(B)216.32º32.34%92.16%-
XYZ47.4949.7685.7-
YUV185.27156.06109.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=27.27%
G=32.42%
B=40.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591892350.320.2000.08216.3265.5277.25
Hex9FBDEB201408d8424d
Octal2372753534024010330102115
Binary10011111101111011110101110000010100010001101100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,235); }

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

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

 a { background-color: rgb(159,189,235); }

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

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

 span { border-color: rgb(159,189,235); }

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