#9FC8E4

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

Shades of Sail #9FC8E4

Tints of Sail #9FC8E4

Color information

#9FC8E4 (or 0x9FC8E4) is unknown color: approx Sail. HEX triplet: 9F, C8 and E4. RGB value is (159,200,228). Sum of RGB (Red+Green+Blue) = 159+200+228=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #9FC8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8E4 is #60371B. Grayscale: #BEBEBE. Windows color (decimal): -6305564 or 14993567. OLE color: 14993567.

HSL color Cylindrical-coordinate representation of color #9FC8E4: hue angle of 204.35º degrees, saturation: 0.56, 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 #9FC8E4 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159200228-
CMYK0.300.1200.11
HSL204.35º56.1%75.88%-
HSV(B)204.35º30.26%89.41%-
XYZ48.9654.2881.3-
YUV190.93148.92105.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.09%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=27.09%
G=34.07%
B=38.84%

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
Decimal1592002280.300.1200.11204.3556.175.88
Hex9FC8E41EC0Bcc384c
Octal237310344361401331470114
Binary10011111110010001110010011110110001011110011001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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