#9BCFF8

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

Shades of Sail #9BCFF8

Tints of Sail #9BCFF8

Color information

#9BCFF8 (or 0x9BCFF8) is unknown color: approx Sail. HEX triplet: 9B, CF and F8. RGB value is (155,207,248). Sum of RGB (Red+Green+Blue) = 155+207+248=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BCFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFF8 is #643007. Grayscale: #C3C3C3. Windows color (decimal): -6565896 or 16306075. OLE color: 16306075.

HSL color Cylindrical-coordinate representation of color #9BCFF8: hue angle of 206.45º 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 #9BCFF8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB155207248-
CMYK0.380.1700.03
HSL206.45º86.92%79.02%-
HSV(B)206.45º37.5%97.25%-
XYZ52.7758.3797.29-
YUV196.13157.2798.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.41%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=25.41%
G=33.93%
B=40.66%

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
Decimal1552072480.380.1700.03206.4586.9279.02
Hex9BCFF8261103ce574f
Octal233317370462103316127117
Binary100110111100111111111000100110100010111100111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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