#9FCBEB

Color #9FCBEB Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #9FCBEB

Tints of Sail #9FCBEB

Color information

#9FCBEB (or 0x9FCBEB) is unknown color: approx Sail. HEX triplet: 9F, CB and EB. RGB value is (159,203,235). Sum of RGB (Red+Green+Blue) = 159+203+235=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBEB is #603414. Grayscale: #C1C1C1. Windows color (decimal): -6304789 or 15453087. OLE color: 15453087.

HSL color Cylindrical-coordinate representation of color #9FCBEB: hue angle of 205.26º 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 #9FCBEB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159203235-
CMYK0.320.1400.08
HSL205.26º65.52%77.25%-
HSV(B)205.26º32.34%92.16%-
XYZ50.6556.0886.75-
YUV193.49151.42103.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.63%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=26.63%
G=34.00%
B=39.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592032350.320.1400.08205.2665.5277.25
Hex9FCBEB20E08cd424d
Octal2373133534016010315102115
Binary1001111111001011111010111000001110010001100110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FCBEB;
 }
 .AnyTagClassName
 {
   color: #9FCBEB;
 }
</style>
background-color css

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

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

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

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

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

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