#9FC8E3

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

Shades of Sail #9FC8E3

Tints of Sail #9FC8E3

Color information

#9FC8E3 (or 0x9FC8E3) is unknown color: approx Sail. HEX triplet: 9F, C8 and E3. RGB value is (159,200,227). Sum of RGB (Red+Green+Blue) = 159+200+227=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #9FC8E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8E3 is #60371C. Grayscale: #BEBEBE. Windows color (decimal): -6305565 or 14928031. OLE color: 14928031.

HSL color Cylindrical-coordinate representation of color #9FC8E3: hue angle of 203.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC8E3 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159200227-
CMYK0.300.1200.11
HSL203.82º54.84%75.69%-
HSV(B)203.82º29.96%89.02%-
XYZ48.8254.2380.57-
YUV190.82148.42105.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=27.13%
G=34.13%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592002270.300.1200.11203.8254.8475.69
Hex9FC8E31EC0Bcc374c
Octal237310343361401331467114
Binary10011111110010001110001111110110001011110011001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,200,227); }

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

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

 a { background-color: rgb(159,200,227); }

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

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

 span { border-color: rgb(159,200,227); }

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