Html Css Color HEX #9ED1F5 Sail

📋 copy color: '#9ED1F5'

red 158 ◦ green 209 ◦ blue 245

#9ED1F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #9ED1F5

Tints of Sail #9ED1F5

RGB

 RED value IS 158 (62.11% from 255) = 25.82%

 GREEN value IS 209 (82.03% from 255) = 34.15%

 BLUE value IS 245 (96.09% from 255) = 40.03%

R = 25.82%
G = 34.15%
B = 40.03%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9ED1F5 (or 0x9ED1F5) is known color: Sail. HEX triplet: 9E, D1 and F5. RGB value is (158,209,245). Sum of RGB (Red+Green+Blue) = 158+209+245=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #9ED1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED1F5 is #612E0A. Grayscale: #C5C5C5. Windows color (decimal): -6368779 or 16109982. OLE color: 16109982.

HSL color Cylindrical-coordinate representation of color #9ED1F5: hue angle of 204.83º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED1F5 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 209 245 -
CMYK 0.36 0.15 0 0.04
HSL 204.83º 0.81% 0.79% -
HSV(B) 204.83º 0.36% 0.96% -
XYZ 53.38 59.46 95.05 -
YUV 197.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 158 209 245 0.36 0.15 0 0.04 204.83 0.81 0.79
Hex 9E D1 F5 24 F 0 4 CD 51 4F
Octal 236 321 365 44 17 0 4 315 121 117
Binary 10011110 11010001 11110101 100100 1111 0 100 11001101 1010001 1001111

Color Harmonies of #9ED1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED1F5

Black with #9ED1F5

Text Example


Text Example

White with #9ED1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,209,245); }

 H1.HeaderClassName
 {
   color: #9ED1F5;
 }
 .AnyTagClassName
 {
   color: #9ED1F5;
 }
</style>

background-color css

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

 a { background-color: rgb(158,209,245); }

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

border-color css

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

 span { border-color: rgb(158,209,245); }

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