Html Css Color HEX #9EC9EB Sail

📋 copy color: '#9EC9EB'

red 158 ◦ green 201 ◦ blue 235

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

Shades of Sail #9EC9EB

Tints of Sail #9EC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

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

R = 26.6%
G = 33.84%
B = 39.56%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EC9EB (or 0x9EC9EB) is known color: Sail. HEX triplet: 9E, C9 and EB. RGB value is (158,201,235). Sum of RGB (Red+Green+Blue) = 158+201+235=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EC9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC9EB is #613614. Grayscale: #BFBFBF. Windows color (decimal): -6370837 or 15452574. OLE color: 15452574.

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

Color convert

RGB 158 201 235 -
CMYK 0.33 0.14 0 0.08
HSL 206.49º 0.66% 0.77% -
HSV(B) 206.49º 0.33% 0.92% -
XYZ 49.98 55.04 86.59 -
YUV 192.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 158 201 235 0.33 0.14 0 0.08 206.49 0.66 0.77
Hex 9E C9 EB 21 E 0 8 CE 42 4D
Octal 236 311 353 41 16 0 10 316 102 115
Binary 10011110 11001001 11101011 100001 1110 0 1000 11001110 1000010 1001101

Color Harmonies of #9EC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC9EB

Black with #9EC9EB

Text Example


Text Example

White with #9EC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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