#9BBEEF

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

Shades of Tropical Blue #9BBEEF

Tints of Tropical Blue #9BBEEF

Color information

#9BBEEF (or 0x9BBEEF) is unknown color: approx Tropical Blue. HEX triplet: 9B, BE and EF. RGB value is (155,190,239). Sum of RGB (Red+Green+Blue) = 155+190+239=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BBEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEEF is #644110. Grayscale: #B8B8B8. Windows color (decimal): -6570257 or 15711899. OLE color: 15711899.

HSL color Cylindrical-coordinate representation of color #9BBEEF: hue angle of 215º degrees, saturation: 0.72, 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 #9BBEEF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155190239-
CMYK0.350.2100.06
HSL215º72.41%77.25%-
HSV(B)215º35.15%93.73%-
XYZ47.5150.0388.81-
YUV185.12158.4106.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=26.54%
G=32.53%
B=40.92%

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
Decimal1551902390.350.2100.0621572.4177.25
Hex9BBEEF231506d7484d
Octal233276357432506327110115
Binary1001101110111110111011111000111010101101101011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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