Html Css Color HEX #9EC5F0 Sail

📋 copy color: '#9EC5F0'

red 158 ◦ green 197 ◦ blue 240

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

Shades of Sail #9EC5F0

Tints of Sail #9EC5F0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.11%

 BLUE value IS 240 (94.14% from 255) = 40.34%

R = 26.55%
G = 33.11%
B = 40.34%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EC5F0 (or 0x9EC5F0) is known color: Sail. HEX triplet: 9E, C5 and F0. RGB value is (158,197,240). Sum of RGB (Red+Green+Blue) = 158+197+240=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EC5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC5F0 is #613A0F. Grayscale: #BEBEBE. Windows color (decimal): -6371856 or 15779230. OLE color: 15779230.

HSL color Cylindrical-coordinate representation of color #9EC5F0: hue angle of 211.46º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC5F0 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 197 240 -
CMYK 0.34 0.18 0 0.06
HSL 211.46º 0.73% 0.78% -
HSV(B) 211.46º 0.34% 0.94% -
XYZ 49.79 53.49 90.14 -
YUV 190.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 158 197 240 0.34 0.18 0 0.06 211.46 0.73 0.78
Hex 9E C5 F0 22 12 0 6 D3 49 4E
Octal 236 305 360 42 22 0 6 323 111 116
Binary 10011110 11000101 11110000 100010 10010 0 110 11010011 1001001 1001110

Color Harmonies of #9EC5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC5F0

Black with #9EC5F0

Text Example


Text Example

White with #9EC5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,197,240); }

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

background-color css

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

 a { background-color: rgb(158,197,240); }

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

border-color css

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

 span { border-color: rgb(158,197,240); }

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