#9FCAEE

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

Shades of Sail #9FCAEE

Tints of Sail #9FCAEE

Color information

#9FCAEE (or 0x9FCAEE) is unknown color: approx Sail. HEX triplet: 9F, CA and EE. RGB value is (159,202,238). Sum of RGB (Red+Green+Blue) = 159+202+238=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FCAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAEE is #603511. Grayscale: #C1C1C1. Windows color (decimal): -6305042 or 15649439. OLE color: 15649439.

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

Color convert

RGB159202238-
CMYK0.330.1500.07
HSL207.34º69.91%77.84%-
HSV(B)207.34º33.19%93.33%-
XYZ50.8555.7988.98-
YUV193.25153.25103.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=26.54%
G=33.72%
B=39.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592022380.330.1500.07207.3469.9177.84
Hex9FCAEE21F07cf464e
Octal237312356411707317106116
Binary100111111100101011101110100001111101111100111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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