#9DC8F1

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

Shades of Sail #9DC8F1

Tints of Sail #9DC8F1

Color information

#9DC8F1 (or 0x9DC8F1) is unknown color: approx Sail. HEX triplet: 9D, C8 and F1. RGB value is (157,200,241). Sum of RGB (Red+Green+Blue) = 157+200+241=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DC8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC8F1 is #62370E. Grayscale: #BFBFBF. Windows color (decimal): -6436623 or 15845533. OLE color: 15845533.

HSL color Cylindrical-coordinate representation of color #9DC8F1: hue angle of 209.29º 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 #9DC8F1 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157200241-
CMYK0.350.1700.05
HSL209.29º75%78.04%-
HSV(B)209.29º34.85%94.51%-
XYZ50.4454.8391.14-
YUV191.82155.75103.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=26.25%
G=33.44%
B=40.30%

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
Decimal1572002410.350.1700.05209.297578.04
Hex9DC8F1231105d14b4e
Octal235310361432105321113116
Binary1001110111001000111100011000111000101011101000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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