#9BBCEC

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

Shades of Tropical Blue #9BBCEC

Tints of Tropical Blue #9BBCEC

Color information

#9BBCEC (or 0x9BBCEC) is unknown color: approx Tropical Blue. HEX triplet: 9B, BC and EC. RGB value is (155,188,236). Sum of RGB (Red+Green+Blue) = 155+188+236=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BBCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCEC is #644313. Grayscale: #B7B7B7. Windows color (decimal): -6570772 or 15514779. OLE color: 15514779.

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

Color convert

RGB155188236-
CMYK0.340.2000.07
HSL215.56º68.07%76.67%-
HSV(B)215.56º34.32%92.55%-
XYZ46.6448.9986.35-
YUV183.6157.57107.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=26.77%
G=32.47%
B=40.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551882360.340.2000.07215.5668.0776.67
Hex9BBCEC221407d8444d
Octal233274354422407330104115
Binary1001101110111100111011001000101010001111101100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,236); }

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

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

 a { background-color: rgb(155,188,236); }

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

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

 span { border-color: rgb(155,188,236); }

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