#9DCCFA

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

Shades of Sail #9DCCFA

Tints of Sail #9DCCFA

Color information

#9DCCFA (or 0x9DCCFA) is unknown color: approx Sail. HEX triplet: 9D, CC and FA. RGB value is (157,204,250). Sum of RGB (Red+Green+Blue) = 157+204+250=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCFA is #623305. Grayscale: #C2C2C2. Windows color (decimal): -6435590 or 16436381. OLE color: 16436381.

HSL color Cylindrical-coordinate representation of color #9DCCFA: hue angle of 209.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCCFA is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157204250-
CMYK0.370.1800.02
HSL209.68º90.29%79.8%-
HSV(B)209.68º37.2%98.04%-
XYZ52.7557.2698.71-
YUV195.19158.93100.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.70%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=25.70%
G=33.39%
B=40.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572042500.370.1800.02209.6890.2979.8
Hex9DCCFA251202d25a50
Octal235314372452202322132120
Binary100111011100110011111010100101100100101101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,250); }

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

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

 a { background-color: rgb(157,204,250); }

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

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

 span { border-color: rgb(157,204,250); }

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