#9ED0FA

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

Shades of Sail #9ED0FA

Tints of Sail #9ED0FA

Color information

#9ED0FA (or 0x9ED0FA) is unknown color: approx Sail. HEX triplet: 9E, D0 and FA. RGB value is (158,208,250). Sum of RGB (Red+Green+Blue) = 158+208+250=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ED0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0FA is #612F05. Grayscale: #C5C5C5. Windows color (decimal): -6369030 or 16437406. OLE color: 16437406.

HSL color Cylindrical-coordinate representation of color #9ED0FA: hue angle of 207.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ED0FA is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158208250-
CMYK0.370.1700.02
HSL207.39º90.2%80%-
HSV(B)207.39º36.8%98.04%-
XYZ53.9159.2899.04-
YUV197.84157.4499.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.65%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=25.65%
G=33.77%
B=40.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582082500.370.1700.02207.3990.280
Hex9ED0FA251102cf5a50
Octal236320372452102317132120
Binary100111101101000011111010100101100010101100111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,250); }

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

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

 a { background-color: rgb(158,208,250); }

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

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

 span { border-color: rgb(158,208,250); }

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