#9DBDEC

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

Shades of Tropical Blue #9DBDEC

Tints of Tropical Blue #9DBDEC

Color information

#9DBDEC (or 0x9DBDEC) is unknown color: approx Tropical Blue. HEX triplet: 9D, BD and EC. RGB value is (157,189,236). Sum of RGB (Red+Green+Blue) = 157+189+236=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDEC is #624213. Grayscale: #B8B8B8. Windows color (decimal): -6439444 or 15515037. OLE color: 15515037.

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

Color convert

RGB157189236-
CMYK0.330.2000.07
HSL215.7º67.52%77.06%-
HSV(B)215.7º33.47%92.55%-
XYZ47.2449.6286.44-
YUV184.79156.9108.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=26.98%
G=32.47%
B=40.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571892360.330.2000.07215.767.5277.06
Hex9DBDEC211407d8444d
Octal235275354412407330104115
Binary1001110110111101111011001000011010001111101100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,236); }

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

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

 a { background-color: rgb(157,189,236); }

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

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

 span { border-color: rgb(157,189,236); }

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