#9BBDF0

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

Shades of Tropical Blue #9BBDF0

Tints of Tropical Blue #9BBDF0

Color information

#9BBDF0 (or 0x9BBDF0) is unknown color: approx Tropical Blue. HEX triplet: 9B, BD and F0. RGB value is (155,189,240). Sum of RGB (Red+Green+Blue) = 155+189+240=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDF0 is #64420F. Grayscale: #B8B8B8. Windows color (decimal): -6570512 or 15777179. OLE color: 15777179.

HSL color Cylindrical-coordinate representation of color #9BBDF0: hue angle of 216º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBDF0 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155189240-
CMYK0.350.2100.06
HSL216º73.91%77.45%-
HSV(B)216º35.42%94.12%-
XYZ47.4449.6689.52-
YUV184.65159.24106.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=26.54%
G=32.36%
B=41.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551892400.350.2100.0621673.9177.45
Hex9BBDF0231506d84a4d
Octal233275360432506330112115
Binary1001101110111101111100001000111010101101101100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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