#9BBEEE

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

Shades of Tropical Blue #9BBEEE

Tints of Tropical Blue #9BBEEE

Color information

#9BBEEE (or 0x9BBEEE) is unknown color: approx Tropical Blue. HEX triplet: 9B, BE and EE. RGB value is (155,190,238). Sum of RGB (Red+Green+Blue) = 155+190+238=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BBEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEEE is #644111. Grayscale: #B8B8B8. Windows color (decimal): -6570258 or 15646363. OLE color: 15646363.

HSL color Cylindrical-coordinate representation of color #9BBEEE: hue angle of 214.7º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBEEE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155190238-
CMYK0.350.2000.07
HSL214.7º70.94%77.06%-
HSV(B)214.7º34.87%93.33%-
XYZ47.3649.9788.04-
YUV185.01157.9106.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=26.59%
G=32.59%
B=40.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551902380.350.2000.07214.770.9477.06
Hex9BBEEE231407d7474d
Octal233276356432407327107115
Binary1001101110111110111011101000111010001111101011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,238); }

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

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

 a { background-color: rgb(155,190,238); }

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

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

 span { border-color: rgb(155,190,238); }

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