Html Css Color HEX #9FC8EE Sail

📋 copy color: '#9FC8EE'

red 159 ◦ green 200 ◦ blue 238

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

Shades of Sail #9FC8EE

Tints of Sail #9FC8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 26.63%
G = 33.5%
B = 39.87%

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

#9FC8EE (or 0x9FC8EE) is known color: Sail. HEX triplet: 9F, C8 and EE. RGB value is (159,200,238). Sum of RGB (Red+Green+Blue) = 159+200+238=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC8EE is #603711. Grayscale: #BFBFBF. Windows color (decimal): -6305554 or 15648927. OLE color: 15648927.

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

Color convert

RGB 159 200 238 -
CMYK 0.33 0.16 0 0.07
HSL 208.86º 0.7% 0.78% -
HSV(B) 208.86º 0.33% 0.93% -
XYZ 50.38 54.85 88.82 -
YUV 192.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 159 200 238 0.33 0.16 0 0.07 208.86 0.7 0.78
Hex 9F C8 EE 21 10 0 7 D1 46 4E
Octal 237 310 356 41 20 0 7 321 106 116
Binary 10011111 11001000 11101110 100001 10000 0 111 11010001 1000110 1001110

Color Harmonies of #9FC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC8EE

Black with #9FC8EE

Text Example


Text Example

White with #9FC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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