#9FC3DE

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

Shades of Sail #9FC3DE

Tints of Sail #9FC3DE

Color information

#9FC3DE (or 0x9FC3DE) is unknown color: approx Sail. HEX triplet: 9F, C3 and DE. RGB value is (159,195,222). Sum of RGB (Red+Green+Blue) = 159+195+222=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC3DE is #603C21. Grayscale: #BBBBBB. Windows color (decimal): -6306850 or 14599071. OLE color: 14599071.

HSL color Cylindrical-coordinate representation of color #9FC3DE: hue angle of 205.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC3DE is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159195222-
CMYK0.280.1200.13
HSL205.71º48.84%74.71%-
HSV(B)205.71º28.38%87.06%-
XYZ4751.6876.6-
YUV187.31147.57107.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.60%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=27.60%
G=33.85%
B=38.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591952220.280.1200.13205.7148.8474.71
Hex9FC3DE1CC0Dce314b
Octal237303336341401531661113
Binary10011111110000111101111011100110001101110011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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