#9FBFF1

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

Shades of Tropical Blue #9FBFF1

Tints of Tropical Blue #9FBFF1

Color information

#9FBFF1 (or 0x9FBFF1) is unknown color: approx Tropical Blue. HEX triplet: 9F, BF and F1. RGB value is (159,191,241). Sum of RGB (Red+Green+Blue) = 159+191+241=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FBFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFF1 is #60400E. Grayscale: #BABABA. Windows color (decimal): -6307855 or 15843231. OLE color: 15843231.

HSL color Cylindrical-coordinate representation of color #9FBFF1: hue angle of 216.59º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FBFF1 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159191241-
CMYK0.340.2100.05
HSL216.59º74.55%78.43%-
HSV(B)216.59º34.02%94.51%-
XYZ48.8150.9890.49-
YUV187.13158.4107.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.90%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=26.90%
G=32.32%
B=40.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591912410.340.2100.05216.5974.5578.43
Hex9FBFF1221505d94b4e
Octal237277361422505331113116
Binary1001111110111111111100011000101010101011101100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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