Html Css Color HEX #9ED5ED Sail

📋 copy color: '#9ED5ED'

red 158 ◦ green 213 ◦ blue 237

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

Shades of Sail #9ED5ED

Tints of Sail #9ED5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 25.99%
G = 35.03%
B = 38.98%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ED5ED (or 0x9ED5ED) is known color: Sail. HEX triplet: 9E, D5 and ED. RGB value is (158,213,237). Sum of RGB (Red+Green+Blue) = 158+213+237=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ED5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED5ED is #612A12. Grayscale: #C7C7C7. Windows color (decimal): -6367763 or 15586718. OLE color: 15586718.

HSL color Cylindrical-coordinate representation of color #9ED5ED: hue angle of 198.23º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED5ED is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 213 237 -
CMYK 0.33 0.10 0 0.07
HSL 198.23º 0.69% 0.77% -
HSV(B) 198.23º 0.33% 0.93% -
XYZ 53.18 60.97 89.09 -
YUV 199.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 158 213 237 0.33 0.10 0 0.07 198.23 0.69 0.77
Hex 9E D5 ED 21 A 0 7 C6 45 4D
Octal 236 325 355 41 12 0 7 306 105 115
Binary 10011110 11010101 11101101 100001 1010 0 111 11000110 1000101 1001101

Color Harmonies of #9ED5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED5ED

Black with #9ED5ED

Text Example


Text Example

White with #9ED5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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