Html Css Color HEX #9ED5EF Sail

📋 copy color: '#9ED5EF'

red 158 ◦ green 213 ◦ blue 239

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

Shades of Sail #9ED5EF

Tints of Sail #9ED5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.92%

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 25.9%
G = 34.92%
B = 39.18%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9ED5EF (or 0x9ED5EF) is known color: Sail. HEX triplet: 9E, D5 and EF. RGB value is (158,213,239). Sum of RGB (Red+Green+Blue) = 158+213+239=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ED5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED5EF is #612A10. Grayscale: #C7C7C7. Windows color (decimal): -6367761 or 15717790. OLE color: 15717790.

HSL color Cylindrical-coordinate representation of color #9ED5EF: hue angle of 199.26º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED5EF is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 213 239 -
CMYK 0.34 0.11 0 0.06
HSL 199.26º 0.72% 0.78% -
HSV(B) 199.26º 0.34% 0.94% -
XYZ 53.47 61.09 90.63 -
YUV 199.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 158 213 239 0.34 0.11 0 0.06 199.26 0.72 0.78
Hex 9E D5 EF 22 B 0 6 C7 48 4E
Octal 236 325 357 42 13 0 6 307 110 116
Binary 10011110 11010101 11101111 100010 1011 0 110 11000111 1001000 1001110

Color Harmonies of #9ED5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED5EF

Black with #9ED5EF

Text Example


Text Example

White with #9ED5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,213,239); }

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

background-color css

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

 a { background-color: rgb(158,213,239); }

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

border-color css

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

 span { border-color: rgb(158,213,239); }

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