#9FCDEB

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

Shades of Sail #9FCDEB

Tints of Sail #9FCDEB

Color information

#9FCDEB (or 0x9FCDEB) is unknown color: approx Sail. HEX triplet: 9F, CD and EB. RGB value is (159,205,235). Sum of RGB (Red+Green+Blue) = 159+205+235=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDEB is #603214. Grayscale: #C2C2C2. Windows color (decimal): -6304277 or 15453599. OLE color: 15453599.

HSL color Cylindrical-coordinate representation of color #9FCDEB: hue angle of 203.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCDEB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159205235-
CMYK0.320.1300.08
HSL203.68º65.52%77.25%-
HSV(B)203.68º32.34%92.16%-
XYZ51.1257.0386.91-
YUV194.67150.76102.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=26.54%
G=34.22%
B=39.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592052350.320.1300.08203.6865.5277.25
Hex9FCDEB20D08cc424d
Octal2373153534015010314102115
Binary1001111111001101111010111000001101010001100110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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