#9DC0EA

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

Shades of Tropical Blue #9DC0EA

Tints of Tropical Blue #9DC0EA

Color information

#9DC0EA (or 0x9DC0EA) is unknown color: approx Tropical Blue. HEX triplet: 9D, C0 and EA. RGB value is (157,192,234). Sum of RGB (Red+Green+Blue) = 157+192+234=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0EA is #623F15. Grayscale: #BABABA. Windows color (decimal): -6438678 or 15384733. OLE color: 15384733.

HSL color Cylindrical-coordinate representation of color #9DC0EA: hue angle of 212.73º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC0EA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157192234-
CMYK0.330.1800.08
HSL212.73º64.71%76.67%-
HSV(B)212.73º32.91%91.76%-
XYZ47.6150.8185.14-
YUV186.32154.9107.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=26.93%
G=32.93%
B=40.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571922340.330.1800.08212.7364.7176.67
Hex9DC0EA211208d5414d
Octal2353003524122010325101115
Binary10011101110000001110101010000110010010001101010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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