Html Css Color HEX #9ED3EC Sail

📋 copy color: '#9ED3EC'

red 158 ◦ green 211 ◦ blue 236

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

Shades of Sail #9ED3EC

Tints of Sail #9ED3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

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

R = 26.12%
G = 34.88%
B = 39.01%

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

#9ED3EC (or 0x9ED3EC) is known color: Sail. HEX triplet: 9E, D3 and EC. RGB value is (158,211,236). Sum of RGB (Red+Green+Blue) = 158+211+236=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ED3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3EC is #612C13. Grayscale: #C5C5C5. Windows color (decimal): -6368276 or 15520670. OLE color: 15520670.

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

Color convert

RGB 158 211 236 -
CMYK 0.33 0.11 0 0.07
HSL 199.23º 0.67% 0.77% -
HSV(B) 199.23º 0.33% 0.93% -
XYZ 52.54 59.91 88.15 -
YUV 198 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 158 211 236 0.33 0.11 0 0.07 199.23 0.67 0.77
Hex 9E D3 EC 21 B 0 7 C7 43 4D
Octal 236 323 354 41 13 0 7 307 103 115
Binary 10011110 11010011 11101100 100001 1011 0 111 11000111 1000011 1001101

Color Harmonies of #9ED3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED3EC

Black with #9ED3EC

Text Example


Text Example

White with #9ED3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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