Html Css Color HEX #9FC6EC Sail

📋 copy color: '#9FC6EC'

red 159 ◦ green 198 ◦ blue 236

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

Shades of Sail #9FC6EC

Tints of Sail #9FC6EC

RGB

 RED value IS 159 (62.5% from 255) = 26.81%

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

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 26.81%
G = 33.39%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FC6EC (or 0x9FC6EC) is known color: Sail. HEX triplet: 9F, C6 and EC. RGB value is (159,198,236). Sum of RGB (Red+Green+Blue) = 159+198+236=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC6EC is #603913. Grayscale: #BEBEBE. Windows color (decimal): -6306068 or 15517343. OLE color: 15517343.

HSL color Cylindrical-coordinate representation of color #9FC6EC: hue angle of 209.61º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC6EC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 198 236 -
CMYK 0.33 0.16 0 0.07
HSL 209.61º 0.67% 0.77% -
HSV(B) 209.61º 0.33% 0.93% -
XYZ 49.63 53.82 87.13 -
YUV 190.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 159 198 236 0.33 0.16 0 0.07 209.61 0.67 0.77
Hex 9F C6 EC 21 10 0 7 D2 43 4D
Octal 237 306 354 41 20 0 7 322 103 115
Binary 10011111 11000110 11101100 100001 10000 0 111 11010010 1000011 1001101

Color Harmonies of #9FC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC6EC

Black with #9FC6EC

Text Example


Text Example

White with #9FC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,198,236); }

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

background-color css

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

 a { background-color: rgb(159,198,236); }

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

border-color css

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

 span { border-color: rgb(159,198,236); }

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