#9DCDFB

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

Shades of Sail #9DCDFB

Tints of Sail #9DCDFB

Color information

#9DCDFB (or 0x9DCDFB) is unknown color: approx Sail. HEX triplet: 9D, CD and FB. RGB value is (157,205,251). Sum of RGB (Red+Green+Blue) = 157+205+251=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDFB is #623204. Grayscale: #C3C3C3. Windows color (decimal): -6435333 or 16502173. OLE color: 16502173.

HSL color Cylindrical-coordinate representation of color #9DCDFB: hue angle of 209.36º degrees, saturation: 0.92, 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 #9DCDFB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157205251-
CMYK0.370.1800.02
HSL209.36º92.16%80%-
HSV(B)209.36º37.45%98.43%-
XYZ53.1557.899.62-
YUV195.89159.1100.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.61%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=25.61%
G=33.44%
B=40.95%

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
Decimal1572052510.370.1800.02209.3692.1680
Hex9DCDFB251202d15c50
Octal235315373452202321134120
Binary100111011100110111111011100101100100101101000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,251); }

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

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

 a { background-color: rgb(157,205,251); }

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

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

 span { border-color: rgb(157,205,251); }

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