#99BFF0

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

Shades of Sail #99BFF0

Tints of Sail #99BFF0

Color information

#99BFF0 (or 0x99BFF0) is unknown color: approx Sail. HEX triplet: 99, BF and F0. RGB value is (153,191,240). Sum of RGB (Red+Green+Blue) = 153+191+240=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #99BFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFF0 is #66400F. Grayscale: #B8B8B8. Windows color (decimal): -6701072 or 15777689. OLE color: 15777689.

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

Color convert

RGB153191240-
CMYK0.360.2000.06
HSL213.79º74.36%77.06%-
HSV(B)213.79º36.25%94.12%-
XYZ47.550.3389.65-
YUV185.22158.91105.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.20%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=26.20%
G=32.71%
B=41.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531912400.360.2000.06213.7974.3677.06
Hex99BFF0241406d64a4d
Octal231277360442406326112115
Binary1001100110111111111100001001001010001101101011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BFF0; }

 p { color: rgb(153,191,240); }

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

<style>
 a { background-color: #99BFF0; }

 a { background-color: rgb(153,191,240); }

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

<style>
 span { border-color: #99BFF0; }

 span { border-color: rgb(153,191,240); }

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