Html Css Color HEX #9ED0EA Sail

📋 copy color: '#9ED0EA'

red 158 ◦ green 208 ◦ blue 234

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

Shades of Sail #9ED0EA

Tints of Sail #9ED0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 26.33%
G = 34.67%
B = 39%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ED0EA (or 0x9ED0EA) is known color: Sail. HEX triplet: 9E, D0 and EA. RGB value is (158,208,234). Sum of RGB (Red+Green+Blue) = 158+208+234=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ED0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0EA is #612F15. Grayscale: #C3C3C3. Windows color (decimal): -6369046 or 15388830. OLE color: 15388830.

HSL color Cylindrical-coordinate representation of color #9ED0EA: hue angle of 200.53º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED0EA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 208 234 -
CMYK 0.32 0.11 0 0.08
HSL 200.53º 0.64% 0.77% -
HSV(B) 200.53º 0.32% 0.92% -
XYZ 51.51 58.32 86.38 -
YUV 196.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 158 208 234 0.32 0.11 0 0.08 200.53 0.64 0.77
Hex 9E D0 EA 20 B 0 8 C9 40 4D
Octal 236 320 352 40 13 0 10 311 100 115
Binary 10011110 11010000 11101010 100000 1011 0 1000 11001001 1000000 1001101

Color Harmonies of #9ED0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED0EA

Black with #9ED0EA

Text Example


Text Example

White with #9ED0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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