#9FCCEE

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

Shades of Sail #9FCCEE

Tints of Sail #9FCCEE

Color information

#9FCCEE (or 0x9FCCEE) is unknown color: approx Sail. HEX triplet: 9F, CC and EE. RGB value is (159,204,238). Sum of RGB (Red+Green+Blue) = 159+204+238=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FCCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCEE is #603311. Grayscale: #C2C2C2. Windows color (decimal): -6304530 or 15649951. OLE color: 15649951.

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

Color convert

RGB159204238-
CMYK0.330.1400.07
HSL205.82º69.91%77.84%-
HSV(B)205.82º33.19%93.33%-
XYZ51.3256.7389.13-
YUV194.42152.59102.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=26.46%
G=33.94%
B=39.60%

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
Decimal1592042380.330.1400.07205.8269.9177.84
Hex9FCCEE21E07ce464e
Octal237314356411607316106116
Binary100111111100110011101110100001111001111100111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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