#9DC7F1

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

Shades of Sail #9DC7F1

Tints of Sail #9DC7F1

Color information

#9DC7F1 (or 0x9DC7F1) is unknown color: approx Sail. HEX triplet: 9D, C7 and F1. RGB value is (157,199,241). Sum of RGB (Red+Green+Blue) = 157+199+241=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DC7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC7F1 is #62380E. Grayscale: #BFBFBF. Windows color (decimal): -6436879 or 15845277. OLE color: 15845277.

HSL color Cylindrical-coordinate representation of color #9DC7F1: hue angle of 210º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC7F1 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157199241-
CMYK0.350.1700.05
HSL210º75%78.04%-
HSV(B)210º34.85%94.51%-
XYZ50.2154.3791.07-
YUV191.23156.09103.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=26.30%
G=33.33%
B=40.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571992410.350.1700.052107578.04
Hex9DC7F1231105d24b4e
Octal235307361432105322113116
Binary1001110111000111111100011000111000101011101001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,241); }

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

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

 a { background-color: rgb(157,199,241); }

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

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

 span { border-color: rgb(157,199,241); }

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