Html Css Color HEX #9ECEF6 Sail

📋 copy color: '#9ECEF6'

red 158 ◦ green 206 ◦ blue 246

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

Shades of Sail #9ECEF6

Tints of Sail #9ECEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 246 (96.48% from 255) = 40.33%

R = 25.9%
G = 33.77%
B = 40.33%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9ECEF6 (or 0x9ECEF6) is known color: Sail. HEX triplet: 9E, CE and F6. RGB value is (158,206,246). Sum of RGB (Red+Green+Blue) = 158+206+246=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #9ECEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEF6 is #613109. Grayscale: #C4C4C4. Windows color (decimal): -6369546 or 16174750. OLE color: 16174750.

HSL color Cylindrical-coordinate representation of color #9ECEF6: hue angle of 207.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ECEF6 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 206 246 -
CMYK 0.36 0.16 0 0.04
HSL 207.27º 0.83% 0.79% -
HSV(B) 207.27º 0.36% 0.96% -
XYZ 52.81 58.07 95.61 -
YUV 196.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 158 206 246 0.36 0.16 0 0.04 207.27 0.83 0.79
Hex 9E CE F6 24 10 0 4 CF 53 4F
Octal 236 316 366 44 20 0 4 317 123 117
Binary 10011110 11001110 11110110 100100 10000 0 100 11001111 1010011 1001111

Color Harmonies of #9ECEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEF6

Black with #9ECEF6

Text Example


Text Example

White with #9ECEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,246); }

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

background-color css

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

 a { background-color: rgb(158,206,246); }

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

border-color css

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

 span { border-color: rgb(158,206,246); }

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