#9FCDEE

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

Shades of Sail #9FCDEE

Tints of Sail #9FCDEE

Color information

#9FCDEE (or 0x9FCDEE) is unknown color: approx Sail. HEX triplet: 9F, CD and EE. RGB value is (159,205,238). Sum of RGB (Red+Green+Blue) = 159+205+238=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDEE is #603211. Grayscale: #C2C2C2. Windows color (decimal): -6304274 or 15650207. OLE color: 15650207.

HSL color Cylindrical-coordinate representation of color #9FCDEE: hue angle of 205.06º degrees, saturation: 0.7, 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 #9FCDEE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159205238-
CMYK0.330.1400.07
HSL205.06º69.91%77.84%-
HSV(B)205.06º33.19%93.33%-
XYZ51.5657.2189.21-
YUV195.01152.26102.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=26.41%
G=34.05%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592052380.330.1400.07205.0669.9177.84
Hex9FCDEE21E07cd464e
Octal237315356411607315106116
Binary100111111100110111101110100001111001111100110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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