#9DCCF1

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

Shades of Sail #9DCCF1

Tints of Sail #9DCCF1

Color information

#9DCCF1 (or 0x9DCCF1) is unknown color: approx Sail. HEX triplet: 9D, CC and F1. RGB value is (157,204,241). Sum of RGB (Red+Green+Blue) = 157+204+241=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCF1 is #62330E. Grayscale: #C1C1C1. Windows color (decimal): -6435599 or 15846557. OLE color: 15846557.

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

Color convert

RGB157204241-
CMYK0.350.1500.05
HSL206.43º75%78.04%-
HSV(B)206.43º34.85%94.51%-
XYZ51.3756.791.46-
YUV194.16154.43101.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=26.08%
G=33.89%
B=40.03%

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
Decimal1572042410.350.1500.05206.437578.04
Hex9DCCF123F05ce4b4e
Octal235314361431705316113116
Binary100111011100110011110001100011111101011100111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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