#9BCEFA

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

Shades of Sail #9BCEFA

Tints of Sail #9BCEFA

Color information

#9BCEFA (or 0x9BCEFA) is unknown color: approx Sail. HEX triplet: 9B, CE and FA. RGB value is (155,206,250). Sum of RGB (Red+Green+Blue) = 155+206+250=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEFA is #643105. Grayscale: #C3C3C3. Windows color (decimal): -6566150 or 16436891. OLE color: 16436891.

HSL color Cylindrical-coordinate representation of color #9BCEFA: hue angle of 207.79º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCEFA is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155206250-
CMYK0.380.1800.02
HSL207.79º90.48%79.41%-
HSV(B)207.79º38%98.04%-
XYZ52.8458.0198.85-
YUV195.77158.698.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.37%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=25.37%
G=33.72%
B=40.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552062500.380.1800.02207.7990.4879.41
Hex9BCEFA261202d05a4f
Octal233316372462202320132117
Binary100110111100111011111010100110100100101101000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,250); }

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

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

 a { background-color: rgb(155,206,250); }

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

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

 span { border-color: rgb(155,206,250); }

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