#9DCCF8

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

Shades of Sail #9DCCF8

Tints of Sail #9DCCF8

Color information

#9DCCF8 (or 0x9DCCF8) is unknown color: approx Sail. HEX triplet: 9D, CC and F8. RGB value is (157,204,248). Sum of RGB (Red+Green+Blue) = 157+204+248=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DCCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCF8 is #623307. Grayscale: #C2C2C2. Windows color (decimal): -6435592 or 16305309. OLE color: 16305309.

HSL color Cylindrical-coordinate representation of color #9DCCF8: hue angle of 209.01º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCCF8 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB157204248-
CMYK0.370.1800.03
HSL209.01º86.67%79.41%-
HSV(B)209.01º36.69%97.25%-
XYZ52.4457.1397.07-
YUV194.96157.93100.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.78%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=25.78%
G=33.50%
B=40.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1572042480.370.1800.03209.0186.6779.41
Hex9DCCF8251203d1574f
Octal235314370452203321127117
Binary100111011100110011111000100101100100111101000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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