#9FC4E1

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

Shades of Sail #9FC4E1

Tints of Sail #9FC4E1

Color information

#9FC4E1 (or 0x9FC4E1) is unknown color: approx Sail. HEX triplet: 9F, C4 and E1. RGB value is (159,196,225). Sum of RGB (Red+Green+Blue) = 159+196+225=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FC4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC4E1 is #603B1E. Grayscale: #BCBCBC. Windows color (decimal): -6306591 or 14795935. OLE color: 14795935.

HSL color Cylindrical-coordinate representation of color #9FC4E1: hue angle of 206.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC4E1 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159196225-
CMYK0.290.1300.12
HSL206.36º52.38%75.29%-
HSV(B)206.36º29.33%88.24%-
XYZ47.6352.2978.82-
YUV188.24148.74107.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 196 (76.95% from 255) = 33.79%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=27.41%
G=33.79%
B=38.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591962250.290.1300.12206.3652.3875.29
Hex9FC4E11DD0Cce344b
Octal237304341351501431664113
Binary10011111110001001110000111101110101100110011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,225); }

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

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

 a { background-color: rgb(159,196,225); }

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

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

 span { border-color: rgb(159,196,225); }

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