#9BBDF3

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

Shades of Tropical Blue #9BBDF3

Tints of Tropical Blue #9BBDF3

Color information

#9BBDF3 (or 0x9BBDF3) is unknown color: approx Tropical Blue. HEX triplet: 9B, BD and F3. RGB value is (155,189,243). Sum of RGB (Red+Green+Blue) = 155+189+243=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BBDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDF3 is #64420C. Grayscale: #B8B8B8. Windows color (decimal): -6570509 or 15973787. OLE color: 15973787.

HSL color Cylindrical-coordinate representation of color #9BBDF3: hue angle of 216.82º degrees, saturation: 0.79, 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 #9BBDF3 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155189243-
CMYK0.360.2200.05
HSL216.82º78.57%78.04%-
HSV(B)216.82º36.21%95.29%-
XYZ47.8949.8391.89-
YUV184.99160.74106.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=26.41%
G=32.20%
B=41.40%

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
Decimal1551892430.360.2200.05216.8278.5778.04
Hex9BBDF3241605d94f4e
Octal233275363442605331117116
Binary1001101110111101111100111001001011001011101100110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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