#99CBFA

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

Shades of Sail #99CBFA

Tints of Sail #99CBFA

Color information

#99CBFA (or 0x99CBFA) is unknown color: approx Sail. HEX triplet: 99, CB and FA. RGB value is (153,203,250). Sum of RGB (Red+Green+Blue) = 153+203+250=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #99CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBFA is #663405. Grayscale: #C1C1C1. Windows color (decimal): -6697990 or 16436121. OLE color: 16436121.

HSL color Cylindrical-coordinate representation of color #99CBFA: hue angle of 209.07º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99CBFA is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153203250-
CMYK0.390.1900.02
HSL209.07º90.65%79.02%-
HSV(B)209.07º38.8%98.04%-
XYZ51.7556.3998.6-
YUV193.41159.9499.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.25%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=25.25%
G=33.50%
B=41.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532032500.390.1900.02209.0790.6579.02
Hex99CBFA271302d15b4f
Octal231313372472302321133117
Binary100110011100101111111010100111100110101101000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,203,250); }

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

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

 a { background-color: rgb(153,203,250); }

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

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

 span { border-color: rgb(153,203,250); }

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