Html Css Color HEX #9EC6EB Sail

📋 copy color: '#9EC6EB'

red 158 ◦ green 198 ◦ blue 235

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

Shades of Sail #9EC6EB

Tints of Sail #9EC6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

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

R = 26.73%
G = 33.5%
B = 39.76%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EC6EB (or 0x9EC6EB) is known color: Sail. HEX triplet: 9E, C6 and EB. RGB value is (158,198,235). Sum of RGB (Red+Green+Blue) = 158+198+235=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC6EB is #613914. Grayscale: #BEBEBE. Windows color (decimal): -6371605 or 15451806. OLE color: 15451806.

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

Color convert

RGB 158 198 235 -
CMYK 0.33 0.16 0 0.08
HSL 208.83º 0.66% 0.77% -
HSV(B) 208.83º 0.33% 0.92% -
XYZ 49.29 53.66 86.36 -
YUV 190.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 158 198 235 0.33 0.16 0 0.08 208.83 0.66 0.77
Hex 9E C6 EB 21 10 0 8 D1 42 4D
Octal 236 306 353 41 20 0 10 321 102 115
Binary 10011110 11000110 11101011 100001 10000 0 1000 11010001 1000010 1001101

Color Harmonies of #9EC6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC6EB

Black with #9EC6EB

Text Example


Text Example

White with #9EC6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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