#9BCEF8

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

Shades of Sail #9BCEF8

Tints of Sail #9BCEF8

Color information

#9BCEF8 (or 0x9BCEF8) is unknown color: approx Sail. HEX triplet: 9B, CE and F8. RGB value is (155,206,248). Sum of RGB (Red+Green+Blue) = 155+206+248=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BCEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEF8 is #643107. Grayscale: #C3C3C3. Windows color (decimal): -6566152 or 16305819. OLE color: 16305819.

HSL color Cylindrical-coordinate representation of color #9BCEF8: hue angle of 207.1º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCEF8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB155206248-
CMYK0.380.1700.03
HSL207.1º86.92%79.02%-
HSV(B)207.1º37.5%97.25%-
XYZ52.5357.8997.21-
YUV195.54157.699.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.45%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=25.45%
G=33.83%
B=40.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552062480.380.1700.03207.186.9279.02
Hex9BCEF8261103cf574f
Octal233316370462103317127117
Binary100110111100111011111000100110100010111100111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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