#9FBDEC

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

Shades of Tropical Blue #9FBDEC

Tints of Tropical Blue #9FBDEC

Color information

#9FBDEC (or 0x9FBDEC) is unknown color: approx Tropical Blue. HEX triplet: 9F, BD and EC. RGB value is (159,189,236). Sum of RGB (Red+Green+Blue) = 159+189+236=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDEC is #604213. Grayscale: #B9B9B9. Windows color (decimal): -6308372 or 15515039. OLE color: 15515039.

HSL color Cylindrical-coordinate representation of color #9FBDEC: hue angle of 216.62º degrees, saturation: 0.67, 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 #9FBDEC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159189236-
CMYK0.330.2000.07
HSL216.62º66.96%77.45%-
HSV(B)216.62º32.63%92.55%-
XYZ47.6449.8286.46-
YUV185.39156.56109.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=27.23%
G=32.36%
B=40.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591892360.330.2000.07216.6266.9677.45
Hex9FBDEC211407d9434d
Octal237275354412407331103115
Binary1001111110111101111011001000011010001111101100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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