Html Css Color HEX #9FC8EF Sail

📋 copy color: '#9FC8EF'

red 159 ◦ green 200 ◦ blue 239

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

Shades of Sail #9FC8EF

Tints of Sail #9FC8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.44%

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

R = 26.59%
G = 33.44%
B = 39.97%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FC8EF (or 0x9FC8EF) is known color: Sail. HEX triplet: 9F, C8 and EF. RGB value is (159,200,239). Sum of RGB (Red+Green+Blue) = 159+200+239=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC8EF is #603710. Grayscale: #BFBFBF. Windows color (decimal): -6305553 or 15714463. OLE color: 15714463.

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

Color convert

RGB 159 200 239 -
CMYK 0.33 0.16 0 0.06
HSL 209.25º 0.71% 0.78% -
HSV(B) 209.25º 0.33% 0.94% -
XYZ 50.53 54.91 89.6 -
YUV 192.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 159 200 239 0.33 0.16 0 0.06 209.25 0.71 0.78
Hex 9F C8 EF 21 10 0 6 D1 47 4E
Octal 237 310 357 41 20 0 6 321 107 116
Binary 10011111 11001000 11101111 100001 10000 0 110 11010001 1000111 1001110

Color Harmonies of #9FC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC8EF

Black with #9FC8EF

Text Example


Text Example

White with #9FC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,200,239); }

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

background-color css

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

 a { background-color: rgb(159,200,239); }

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

border-color css

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

 span { border-color: rgb(159,200,239); }

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