#9FCEF3

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

Shades of Sail #9FCEF3

Tints of Sail #9FCEF3

Color information

#9FCEF3 (or 0x9FCEF3) is unknown color: approx Sail. HEX triplet: 9F, CE and F3. RGB value is (159,206,243). Sum of RGB (Red+Green+Blue) = 159+206+243=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FCEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEF3 is #60310C. Grayscale: #C3C3C3. Windows color (decimal): -6304013 or 15978143. OLE color: 15978143.

HSL color Cylindrical-coordinate representation of color #9FCEF3: hue angle of 206.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCEF3 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159206243-
CMYK0.350.1500.05
HSL206.43º77.78%78.82%-
HSV(B)206.43º34.57%95.29%-
XYZ52.5557.9893.22-
YUV196.16154.43101.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.15%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=26.15%
G=33.88%
B=39.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592062430.350.1500.05206.4377.7878.82
Hex9FCEF323F05ce4e4f
Octal237316363431705316116117
Binary100111111100111011110011100011111101011100111010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,243); }

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

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

 a { background-color: rgb(159,206,243); }

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

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

 span { border-color: rgb(159,206,243); }

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