#9FC0EF

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

Shades of Tropical Blue #9FC0EF

Tints of Tropical Blue #9FC0EF

Color information

#9FC0EF (or 0x9FC0EF) is unknown color: approx Tropical Blue. HEX triplet: 9F, C0 and EF. RGB value is (159,192,239). Sum of RGB (Red+Green+Blue) = 159+192+239=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0EF is #603F10. Grayscale: #BBBBBB. Windows color (decimal): -6307601 or 15712415. OLE color: 15712415.

HSL color Cylindrical-coordinate representation of color #9FC0EF: hue angle of 215.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC0EF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159192239-
CMYK0.330.2000.06
HSL215.25º71.43%78.04%-
HSV(B)215.25º33.47%93.73%-
XYZ48.7351.389-
YUV187.49157.07107.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=26.95%
G=32.54%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591922390.330.2000.06215.2571.4378.04
Hex9FC0EF211406d7474e
Octal237300357412406327107116
Binary1001111111000000111011111000011010001101101011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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