#9DCEF1

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

Shades of Sail #9DCEF1

Tints of Sail #9DCEF1

Color information

#9DCEF1 (or 0x9DCEF1) is unknown color: approx Sail. HEX triplet: 9D, CE and F1. RGB value is (157,206,241). Sum of RGB (Red+Green+Blue) = 157+206+241=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DCEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEF1 is #62310E. Grayscale: #C3C3C3. Windows color (decimal): -6435087 or 15847069. OLE color: 15847069.

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

Color convert

RGB157206241-
CMYK0.350.1500.05
HSL205º75%78.04%-
HSV(B)205º34.85%94.51%-
XYZ51.8557.6691.62-
YUV195.34153.77100.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.99%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=25.99%
G=34.11%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572062410.350.1500.052057578.04
Hex9DCEF123F05cd4b4e
Octal235316361431705315113116
Binary100111011100111011110001100011111101011100110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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