#9BCBF1

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

Shades of Sail #9BCBF1

Tints of Sail #9BCBF1

Color information

#9BCBF1 (or 0x9BCBF1) is unknown color: approx Sail. HEX triplet: 9B, CB and F1. RGB value is (155,203,241). Sum of RGB (Red+Green+Blue) = 155+203+241=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BCBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBF1 is #64340E. Grayscale: #C0C0C0. Windows color (decimal): -6566927 or 15846299. OLE color: 15846299.

HSL color Cylindrical-coordinate representation of color #9BCBF1: hue angle of 206.51º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BCBF1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155203241-
CMYK0.360.1600.05
HSL206.51º75.44%77.65%-
HSV(B)206.51º35.68%94.51%-
XYZ50.7556.0391.36-
YUV192.98155.1100.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=25.88%
G=33.89%
B=40.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552032410.360.1600.05206.5175.4477.65
Hex9BCBF1241005cf4b4e
Octal233313361442005317113116
Binary1001101111001011111100011001001000001011100111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,241); }

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

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

 a { background-color: rgb(155,203,241); }

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

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

 span { border-color: rgb(155,203,241); }

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