Html Css Color HEX #9EC3EB Sail

📋 copy color: '#9EC3EB'

red 158 ◦ green 195 ◦ blue 235

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

Shades of Sail #9EC3EB

Tints of Sail #9EC3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

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

R = 26.87%
G = 33.16%
B = 39.97%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EC3EB (or 0x9EC3EB) is known color: Sail. HEX triplet: 9E, C3 and EB. RGB value is (158,195,235). Sum of RGB (Red+Green+Blue) = 158+195+235=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EC3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC3EB is #613C14. Grayscale: #BCBCBC. Windows color (decimal): -6372373 or 15451038. OLE color: 15451038.

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

Color convert

RGB 158 195 235 -
CMYK 0.33 0.17 0 0.08
HSL 211.17º 0.66% 0.77% -
HSV(B) 211.17º 0.33% 0.92% -
XYZ 48.61 52.3 86.13 -
YUV 188.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 158 195 235 0.33 0.17 0 0.08 211.17 0.66 0.77
Hex 9E C3 EB 21 11 0 8 D3 42 4D
Octal 236 303 353 41 21 0 10 323 102 115
Binary 10011110 11000011 11101011 100001 10001 0 1000 11010011 1000010 1001101

Color Harmonies of #9EC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC3EB

Black with #9EC3EB

Text Example


Text Example

White with #9EC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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