Html Css Color HEX #9ED2EC Sail

📋 copy color: '#9ED2EC'

red 158 ◦ green 210 ◦ blue 236

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

Shades of Sail #9ED2EC

Tints of Sail #9ED2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.77%

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

R = 26.16%
G = 34.77%
B = 39.07%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ED2EC (or 0x9ED2EC) is known color: Sail. HEX triplet: 9E, D2 and EC. RGB value is (158,210,236). Sum of RGB (Red+Green+Blue) = 158+210+236=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ED2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2EC is #612D13. Grayscale: #C5C5C5. Windows color (decimal): -6368532 or 15520414. OLE color: 15520414.

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

Color convert

RGB 158 210 236 -
CMYK 0.33 0.11 0 0.07
HSL 200º 0.67% 0.77% -
HSV(B) 200º 0.33% 0.93% -
XYZ 52.29 59.42 88.07 -
YUV 197.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 158 210 236 0.33 0.11 0 0.07 200 0.67 0.77
Hex 9E D2 EC 21 B 0 7 C8 43 4D
Octal 236 322 354 41 13 0 7 310 103 115
Binary 10011110 11010010 11101100 100001 1011 0 111 11001000 1000011 1001101

Color Harmonies of #9ED2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2EC

Black with #9ED2EC

Text Example


Text Example

White with #9ED2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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