Html Css Color HEX #9EC7EF Sail

📋 copy color: '#9EC7EF'

red 158 ◦ green 199 ◦ blue 239

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

Shades of Sail #9EC7EF

Tints of Sail #9EC7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.39%

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 26.51%
G = 33.39%
B = 40.1%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EC7EF (or 0x9EC7EF) is known color: Sail. HEX triplet: 9E, C7 and EF. RGB value is (158,199,239). Sum of RGB (Red+Green+Blue) = 158+199+239=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC7EF is #613810. Grayscale: #BFBFBF. Windows color (decimal): -6371345 or 15714206. OLE color: 15714206.

HSL color Cylindrical-coordinate representation of color #9EC7EF: hue angle of 209.63º degrees, saturation: 0.72, 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 #9EC7EF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 199 239 -
CMYK 0.34 0.17 0 0.06
HSL 209.63º 0.72% 0.78% -
HSV(B) 209.63º 0.34% 0.94% -
XYZ 50.1 54.35 89.51 -
YUV 191.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 158 199 239 0.34 0.17 0 0.06 209.63 0.72 0.78
Hex 9E C7 EF 22 11 0 6 D2 48 4E
Octal 236 307 357 42 21 0 6 322 110 116
Binary 10011110 11000111 11101111 100010 10001 0 110 11010010 1001000 1001110

Color Harmonies of #9EC7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC7EF

Black with #9EC7EF

Text Example


Text Example

White with #9EC7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,199,239); }

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

background-color css

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

 a { background-color: rgb(158,199,239); }

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

border-color css

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

 span { border-color: rgb(158,199,239); }

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