#9BBDF1

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

Shades of Tropical Blue #9BBDF1

Tints of Tropical Blue #9BBDF1

Color information

#9BBDF1 (or 0x9BBDF1) is unknown color: approx Tropical Blue. HEX triplet: 9B, BD and F1. RGB value is (155,189,241). Sum of RGB (Red+Green+Blue) = 155+189+241=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BBDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDF1 is #64420E. Grayscale: #B8B8B8. Windows color (decimal): -6570511 or 15842715. OLE color: 15842715.

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

Color convert

RGB155189241-
CMYK0.360.2200.05
HSL216.28º75.44%77.65%-
HSV(B)216.28º35.68%94.51%-
XYZ47.5949.7190.31-
YUV184.76159.74106.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.50%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=26.50%
G=32.31%
B=41.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551892410.360.2200.05216.2875.4477.65
Hex9BBDF1241605d84b4e
Octal233275361442605330113116
Binary1001101110111101111100011001001011001011101100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,241); }

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

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

 a { background-color: rgb(155,189,241); }

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

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

 span { border-color: rgb(155,189,241); }

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