#9DC0EC

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

Shades of Tropical Blue #9DC0EC

Tints of Tropical Blue #9DC0EC

Color information

#9DC0EC (or 0x9DC0EC) is unknown color: approx Tropical Blue. HEX triplet: 9D, C0 and EC. RGB value is (157,192,236). Sum of RGB (Red+Green+Blue) = 157+192+236=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0EC is #623F13. Grayscale: #BABABA. Windows color (decimal): -6438676 or 15515805. OLE color: 15515805.

HSL color Cylindrical-coordinate representation of color #9DC0EC: hue angle of 213.42º 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 #9DC0EC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157192236-
CMYK0.330.1900.07
HSL213.42º67.52%77.06%-
HSV(B)213.42º33.47%92.55%-
XYZ47.8950.9286.66-
YUV186.55155.9106.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=26.84%
G=32.82%
B=40.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571922360.330.1900.07213.4267.5277.06
Hex9DC0EC211307d5444d
Octal235300354412307325104115
Binary1001110111000000111011001000011001101111101010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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