#9FBFE5

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

Shades of Tropical Blue #9FBFE5

Tints of Tropical Blue #9FBFE5

Color information

#9FBFE5 (or 0x9FBFE5) is unknown color: approx Tropical Blue. HEX triplet: 9F, BF and E5. RGB value is (159,191,229). Sum of RGB (Red+Green+Blue) = 159+191+229=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FBFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFE5 is #60401A. Grayscale: #B9B9B9. Windows color (decimal): -6307867 or 15056799. OLE color: 15056799.

HSL color Cylindrical-coordinate representation of color #9FBFE5: hue angle of 212.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FBFE5 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159191229-
CMYK0.310.1700.10
HSL212.57º57.38%76.08%-
HSV(B)212.57º30.57%89.8%-
XYZ47.0750.2981.35-
YUV185.76152.4108.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.46%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=27.46%
G=32.99%
B=39.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591912290.310.1700.10212.5757.3876.08
Hex9FBFE51F110Ad5394c
Octal237277345372101232571114
Binary100111111011111111100101111111000101010110101011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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