Html Css Color HEX #9ECAED Sail

📋 copy color: '#9ECAED'

red 158 ◦ green 202 ◦ blue 237

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

Shades of Sail #9ECAED

Tints of Sail #9ECAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.84%

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

R = 26.47%
G = 33.84%
B = 39.7%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ECAED (or 0x9ECAED) is known color: Sail. HEX triplet: 9E, CA and ED. RGB value is (158,202,237). Sum of RGB (Red+Green+Blue) = 158+202+237=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ECAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAED is #613512. Grayscale: #C0C0C0. Windows color (decimal): -6370579 or 15583902. OLE color: 15583902.

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

Color convert

RGB 158 202 237 -
CMYK 0.33 0.15 0 0.07
HSL 206.58º 0.69% 0.77% -
HSV(B) 206.58º 0.33% 0.93% -
XYZ 50.51 55.62 88.2 -
YUV 192.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 158 202 237 0.33 0.15 0 0.07 206.58 0.69 0.77
Hex 9E CA ED 21 F 0 7 CF 45 4D
Octal 236 312 355 41 17 0 7 317 105 115
Binary 10011110 11001010 11101101 100001 1111 0 111 11001111 1000101 1001101

Color Harmonies of #9ECAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAED

Black with #9ECAED

Text Example


Text Example

White with #9ECAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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