Html Css Color HEX #9ECEEB Sail

📋 copy color: '#9ECEEB'

red 158 ◦ green 206 ◦ blue 235

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

Shades of Sail #9ECEEB

Tints of Sail #9ECEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 26.38%
G = 34.39%
B = 39.23%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ECEEB (or 0x9ECEEB) is known color: Sail. HEX triplet: 9E, CE and EB. RGB value is (158,206,235). Sum of RGB (Red+Green+Blue) = 158+206+235=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ECEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEEB is #613114. Grayscale: #C2C2C2. Windows color (decimal): -6369557 or 15453854. OLE color: 15453854.

HSL color Cylindrical-coordinate representation of color #9ECEEB: hue angle of 202.6º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ECEEB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 206 235 -
CMYK 0.33 0.12 0 0.08
HSL 202.6º 0.66% 0.77% -
HSV(B) 202.6º 0.33% 0.92% -
XYZ 51.17 57.41 86.98 -
YUV 194.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 158 206 235 0.33 0.12 0 0.08 202.6 0.66 0.77
Hex 9E CE EB 21 C 0 8 CB 42 4D
Octal 236 316 353 41 14 0 10 313 102 115
Binary 10011110 11001110 11101011 100001 1100 0 1000 11001011 1000010 1001101

Color Harmonies of #9ECEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEEB

Black with #9ECEEB

Text Example


Text Example

White with #9ECEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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