#9BBDEB

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

Shades of Tropical Blue #9BBDEB

Tints of Tropical Blue #9BBDEB

Color information

#9BBDEB (or 0x9BBDEB) is unknown color: approx Tropical Blue. HEX triplet: 9B, BD and EB. RGB value is (155,189,235). Sum of RGB (Red+Green+Blue) = 155+189+235=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDEB is #644214. Grayscale: #B7B7B7. Windows color (decimal): -6570517 or 15449499. OLE color: 15449499.

HSL color Cylindrical-coordinate representation of color #9BBDEB: hue angle of 214.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBDEB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155189235-
CMYK0.340.2000.08
HSL214.5º66.67%76.47%-
HSV(B)214.5º34.04%92.16%-
XYZ46.7149.3685.66-
YUV184.08156.74107.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=26.77%
G=32.64%
B=40.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551892350.340.2000.08214.566.6776.47
Hex9BBDEB221408d6434c
Octal2332753534224010326103114
Binary10011011101111011110101110001010100010001101011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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