#9FC3EA

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

Shades of Sail #9FC3EA

Tints of Sail #9FC3EA

Color information

#9FC3EA (or 0x9FC3EA) is unknown color: approx Sail. HEX triplet: 9F, C3 and EA. RGB value is (159,195,234). Sum of RGB (Red+Green+Blue) = 159+195+234=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC3EA is #603C15. Grayscale: #BCBCBC. Windows color (decimal): -6306838 or 15385503. OLE color: 15385503.

HSL color Cylindrical-coordinate representation of color #9FC3EA: hue angle of 211.2º degrees, saturation: 0.64, 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 #9FC3EA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159195234-
CMYK0.320.1700.08
HSL211.2º64.1%77.06%-
HSV(B)211.2º32.05%91.76%-
XYZ48.6652.3485.38-
YUV188.68153.57106.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=27.04%
G=33.16%
B=39.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591952340.320.1700.08211.264.177.06
Hex9FC3EA201108d3404d
Octal2373033524021010323100115
Binary10011111110000111110101010000010001010001101001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,195,234); }

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

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

 a { background-color: rgb(159,195,234); }

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

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

 span { border-color: rgb(159,195,234); }

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