Html Css Color HEX #9ED0EC Sail

📋 copy color: '#9ED0EC'

red 158 ◦ green 208 ◦ blue 236

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

Shades of Sail #9ED0EC

Tints of Sail #9ED0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 26.25%
G = 34.55%
B = 39.2%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ED0EC (or 0x9ED0EC) is known color: Sail. HEX triplet: 9E, D0 and EC. RGB value is (158,208,236). Sum of RGB (Red+Green+Blue) = 158+208+236=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ED0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0EC is #612F13. Grayscale: #C4C4C4. Windows color (decimal): -6369044 or 15519902. OLE color: 15519902.

HSL color Cylindrical-coordinate representation of color #9ED0EC: hue angle of 201.54º degrees, saturation: 0.67, 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 #9ED0EC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 208 236 -
CMYK 0.33 0.12 0 0.07
HSL 201.54º 0.67% 0.77% -
HSV(B) 201.54º 0.33% 0.93% -
XYZ 51.8 58.44 87.91 -
YUV 196.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 158 208 236 0.33 0.12 0 0.07 201.54 0.67 0.77
Hex 9E D0 EC 21 C 0 7 CA 43 4D
Octal 236 320 354 41 14 0 7 312 103 115
Binary 10011110 11010000 11101100 100001 1100 0 111 11001010 1000011 1001101

Color Harmonies of #9ED0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED0EC

Black with #9ED0EC

Text Example


Text Example

White with #9ED0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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