#9FBEF1

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

Shades of Tropical Blue #9FBEF1

Tints of Tropical Blue #9FBEF1

Color information

#9FBEF1 (or 0x9FBEF1) is unknown color: approx Tropical Blue. HEX triplet: 9F, BE and F1. RGB value is (159,190,241). Sum of RGB (Red+Green+Blue) = 159+190+241=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FBEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBEF1 is #60410E. Grayscale: #BABABA. Windows color (decimal): -6308111 or 15842975. OLE color: 15842975.

HSL color Cylindrical-coordinate representation of color #9FBEF1: hue angle of 217.32º 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 #9FBEF1 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159190241-
CMYK0.340.2100.05
HSL217.32º74.55%78.43%-
HSV(B)217.32º34.02%94.51%-
XYZ48.5950.5590.42-
YUV186.54158.73108.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=26.95%
G=32.20%
B=40.85%

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
Decimal1591902410.340.2100.05217.3274.5578.43
Hex9FBEF1221505d94b4e
Octal237276361422505331113116
Binary1001111110111110111100011000101010101011101100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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