Html Css Color HEX #9FC9EB Sail

📋 copy color: '#9FC9EB'

red 159 ◦ green 201 ◦ blue 235

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

Shades of Sail #9FC9EB

Tints of Sail #9FC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 26.72%
G = 33.78%
B = 39.5%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FC9EB (or 0x9FC9EB) is known color: Sail. HEX triplet: 9F, C9 and EB. RGB value is (159,201,235). Sum of RGB (Red+Green+Blue) = 159+201+235=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FC9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC9EB is #603614. Grayscale: #C0C0C0. Windows color (decimal): -6305301 or 15452575. OLE color: 15452575.

HSL color Cylindrical-coordinate representation of color #9FC9EB: hue angle of 206.84º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FC9EB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 201 235 -
CMYK 0.32 0.14 0 0.08
HSL 206.84º 0.66% 0.77% -
HSV(B) 206.84º 0.32% 0.92% -
XYZ 50.18 55.14 86.6 -
YUV 192.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 159 201 235 0.32 0.14 0 0.08 206.84 0.66 0.77
Hex 9F C9 EB 20 E 0 8 CF 42 4D
Octal 237 311 353 40 16 0 10 317 102 115
Binary 10011111 11001001 11101011 100000 1110 0 1000 11001111 1000010 1001101

Color Harmonies of #9FC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC9EB

Black with #9FC9EB

Text Example


Text Example

White with #9FC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,201,235); }

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

background-color css

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

 a { background-color: rgb(159,201,235); }

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

border-color css

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

 span { border-color: rgb(159,201,235); }

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