Html Css Color HEX #9ECAE9 Sail

📋 copy color: '#9ECAE9'

red 158 ◦ green 202 ◦ blue 233

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

Shades of Sail #9ECAE9

Tints of Sail #9ECAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.29%

R = 26.64%
G = 34.06%
B = 39.29%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9ECAE9 (or 0x9ECAE9) is known color: Sail. HEX triplet: 9E, CA and E9. RGB value is (158,202,233). Sum of RGB (Red+Green+Blue) = 158+202+233=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ECAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAE9 is #613516. Grayscale: #C0C0C0. Windows color (decimal): -6370583 or 15321758. OLE color: 15321758.

HSL color Cylindrical-coordinate representation of color #9ECAE9: hue angle of 204.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECAE9 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 202 233 -
CMYK 0.32 0.13 0 0.09
HSL 204.8º 0.63% 0.77% -
HSV(B) 204.8º 0.32% 0.91% -
XYZ 49.93 55.39 85.15 -
YUV 192.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 158 202 233 0.32 0.13 0 0.09 204.8 0.63 0.77
Hex 9E CA E9 20 D 0 9 CD 3F 4D
Octal 236 312 351 40 15 0 11 315 77 115
Binary 10011110 11001010 11101001 100000 1101 0 1001 11001101 111111 1001101

Color Harmonies of #9ECAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAE9

Black with #9ECAE9

Text Example


Text Example

White with #9ECAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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