Html Css Color HEX #9ECAEE Sail

📋 copy color: '#9ECAEE'

red 158 ◦ green 202 ◦ blue 238

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

Shades of Sail #9ECAEE

Tints of Sail #9ECAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 26.42%
G = 33.78%
B = 39.8%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ECAEE (or 0x9ECAEE) is known color: Sail. HEX triplet: 9E, CA and EE. RGB value is (158,202,238). Sum of RGB (Red+Green+Blue) = 158+202+238=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ECAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAEE is #613511. Grayscale: #C0C0C0. Windows color (decimal): -6370578 or 15649438. OLE color: 15649438.

HSL color Cylindrical-coordinate representation of color #9ECAEE: hue angle of 207º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECAEE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 202 238 -
CMYK 0.34 0.15 0 0.07
HSL 207º 0.7% 0.78% -
HSV(B) 207º 0.34% 0.93% -
XYZ 50.65 55.68 88.97 -
YUV 192.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 158 202 238 0.34 0.15 0 0.07 207 0.7 0.78
Hex 9E CA EE 22 F 0 7 CF 46 4E
Octal 236 312 356 42 17 0 7 317 106 116
Binary 10011110 11001010 11101110 100010 1111 0 111 11001111 1000110 1001110

Color Harmonies of #9ECAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAEE

Black with #9ECAEE

Text Example


Text Example

White with #9ECAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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