#9ED0F9

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

Shades of Sail #9ED0F9

Tints of Sail #9ED0F9

Color information

#9ED0F9 (or 0x9ED0F9) is unknown color: approx Sail. HEX triplet: 9E, D0 and F9. RGB value is (158,208,249). Sum of RGB (Red+Green+Blue) = 158+208+249=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #9ED0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0F9 is #612F06. Grayscale: #C5C5C5. Windows color (decimal): -6369031 or 16371870. OLE color: 16371870.

HSL color Cylindrical-coordinate representation of color #9ED0F9: hue angle of 207.03º degrees, saturation: 0.88, 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 #9ED0F9 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158208249-
CMYK0.370.1600.02
HSL207.03º88.35%79.8%-
HSV(B)207.03º36.55%97.65%-
XYZ53.7659.2298.22-
YUV197.72156.9499.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.69%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=25.69%
G=33.82%
B=40.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582082490.370.1600.02207.0388.3579.8
Hex9ED0F9251002cf5850
Octal236320371452002317130120
Binary100111101101000011111001100101100000101100111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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