#9BCEF0

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

Shades of Sail #9BCEF0

Tints of Sail #9BCEF0

Color information

#9BCEF0 (or 0x9BCEF0) is unknown color: approx Sail. HEX triplet: 9B, CE and F0. RGB value is (155,206,240). Sum of RGB (Red+Green+Blue) = 155+206+240=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEF0 is #64310F. Grayscale: #C2C2C2. Windows color (decimal): -6566160 or 15781531. OLE color: 15781531.

HSL color Cylindrical-coordinate representation of color #9BCEF0: hue angle of 204º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEF0 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155206240-
CMYK0.350.1400.06
HSL204º73.91%77.45%-
HSV(B)204º35.42%94.12%-
XYZ51.3257.490.81-
YUV194.63153.699.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.79%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=25.79%
G=34.28%
B=39.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552062400.350.1400.0620473.9177.45
Hex9BCEF023E06cc4a4d
Octal233316360431606314112115
Binary100110111100111011110000100011111001101100110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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