#9FD0ED

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

Shades of Sail #9FD0ED

Tints of Sail #9FD0ED

Color information

#9FD0ED (or 0x9FD0ED) is unknown color: approx Sail. HEX triplet: 9F, D0 and ED. RGB value is (159,208,237). Sum of RGB (Red+Green+Blue) = 159+208+237=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0ED is #602F12. Grayscale: #C4C4C4. Windows color (decimal): -6303507 or 15585439. OLE color: 15585439.

HSL color Cylindrical-coordinate representation of color #9FD0ED: hue angle of 202.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD0ED is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159208237-
CMYK0.330.1200.07
HSL202.31º68.42%77.65%-
HSV(B)202.31º32.91%92.94%-
XYZ52.1458.688.68-
YUV196.66150.77101.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=26.32%
G=34.44%
B=39.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592082370.330.1200.07202.3168.4277.65
Hex9FD0ED21C07ca444e
Octal237320355411407312104116
Binary100111111101000011101101100001110001111100101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,208,237); }

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

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

 a { background-color: rgb(159,208,237); }

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

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

 span { border-color: rgb(159,208,237); }

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