Html Css Color HEX #9ECCEB Sail

📋 copy color: '#9ECCEB'

red 158 ◦ green 204 ◦ blue 235

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

Shades of Sail #9ECCEB

Tints of Sail #9ECCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.17%

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

R = 26.47%
G = 34.17%
B = 39.36%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ECCEB (or 0x9ECCEB) is known color: Sail. HEX triplet: 9E, CC and EB. RGB value is (158,204,235). Sum of RGB (Red+Green+Blue) = 158+204+235=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ECCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCEB is #613314. Grayscale: #C1C1C1. Windows color (decimal): -6370069 or 15453342. OLE color: 15453342.

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

Color convert

RGB 158 204 235 -
CMYK 0.33 0.13 0 0.08
HSL 204.16º 0.66% 0.77% -
HSV(B) 204.16º 0.33% 0.92% -
XYZ 50.69 56.45 86.82 -
YUV 193.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 158 204 235 0.33 0.13 0 0.08 204.16 0.66 0.77
Hex 9E CC EB 21 D 0 8 CC 42 4D
Octal 236 314 353 41 15 0 10 314 102 115
Binary 10011110 11001100 11101011 100001 1101 0 1000 11001100 1000010 1001101

Color Harmonies of #9ECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCEB

Black with #9ECCEB

Text Example


Text Example

White with #9ECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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