#9FBFEE

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

Shades of Tropical Blue #9FBFEE

Tints of Tropical Blue #9FBFEE

Color information

#9FBFEE (or 0x9FBFEE) is unknown color: approx Tropical Blue. HEX triplet: 9F, BF and EE. RGB value is (159,191,238). Sum of RGB (Red+Green+Blue) = 159+191+238=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FBFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFEE is #604011. Grayscale: #BABABA. Windows color (decimal): -6307858 or 15646623. OLE color: 15646623.

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

Color convert

RGB159191238-
CMYK0.330.2000.07
HSL215.7º69.91%77.84%-
HSV(B)215.7º33.19%93.33%-
XYZ48.3650.8188.15-
YUV186.79156.9108.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=27.04%
G=32.48%
B=40.48%

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
Decimal1591912380.330.2000.07215.769.9177.84
Hex9FBFEE211407d8464e
Octal237277356412407330106116
Binary1001111110111111111011101000011010001111101100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,238); }

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

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

 a { background-color: rgb(159,191,238); }

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

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

 span { border-color: rgb(159,191,238); }

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