#9FCDF7

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

Shades of Sail #9FCDF7

Tints of Sail #9FCDF7

Color information

#9FCDF7 (or 0x9FCDF7) is unknown color: approx Sail. HEX triplet: 9F, CD and F7. RGB value is (159,205,247). Sum of RGB (Red+Green+Blue) = 159+205+247=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FCDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDF7 is #603208. Grayscale: #C3C3C3. Windows color (decimal): -6304265 or 16240031. OLE color: 16240031.

HSL color Cylindrical-coordinate representation of color #9FCDF7: hue angle of 208.64º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCDF7 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159205247-
CMYK0.360.1700.03
HSL208.64º84.62%79.61%-
HSV(B)208.64º35.63%96.86%-
XYZ52.9257.7596.35-
YUV196.03156.76101.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.02%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 247 (96.88% from 255) = 40.43%
R=26.02%
G=33.55%
B=40.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592052470.360.1700.03208.6484.6279.61
Hex9FCDF7241103d15550
Octal237315367442103321125120
Binary100111111100110111110111100100100010111101000110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,247); }

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

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

 a { background-color: rgb(159,205,247); }

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

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

 span { border-color: rgb(159,205,247); }

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