#9FBEED

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

Shades of Tropical Blue #9FBEED

Tints of Tropical Blue #9FBEED

Color information

#9FBEED (or 0x9FBEED) is unknown color: approx Tropical Blue. HEX triplet: 9F, BE and ED. RGB value is (159,190,237). Sum of RGB (Red+Green+Blue) = 159+190+237=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 190 (74.61% from 255 or 32.42% 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 #9FBEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBEED is #604112. Grayscale: #B9B9B9. Windows color (decimal): -6308115 or 15580831. OLE color: 15580831.

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

Color convert

RGB159190237-
CMYK0.330.2000.07
HSL216.15º68.42%77.65%-
HSV(B)216.15º32.91%92.94%-
XYZ4850.3187.3-
YUV186.09156.73108.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=27.13%
G=32.42%
B=40.44%

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
Decimal1591902370.330.2000.07216.1568.4277.65
Hex9FBEED211407d8444e
Octal237276355412407330104116
Binary1001111110111110111011011000011010001111101100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,237); }

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

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

 a { background-color: rgb(159,190,237); }

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

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

 span { border-color: rgb(159,190,237); }

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