#9FC0EB

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

Shades of Tropical Blue #9FC0EB

Tints of Tropical Blue #9FC0EB

Color information

#9FC0EB (or 0x9FC0EB) is unknown color: approx Tropical Blue. HEX triplet: 9F, C0 and EB. RGB value is (159,192,235). Sum of RGB (Red+Green+Blue) = 159+192+235=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0EB is #603F14. Grayscale: #BABABA. Windows color (decimal): -6307605 or 15450271. OLE color: 15450271.

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

Color convert

RGB159192235-
CMYK0.320.1800.08
HSL213.95º65.52%77.25%-
HSV(B)213.95º32.34%92.16%-
XYZ48.1451.0785.92-
YUV187.04155.07108-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=27.13%
G=32.76%
B=40.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591922350.320.1800.08213.9565.5277.25
Hex9FC0EB201208d6424d
Octal2373003534022010326102115
Binary10011111110000001110101110000010010010001101011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,235); }

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

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

 a { background-color: rgb(159,192,235); }

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

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

 span { border-color: rgb(159,192,235); }

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