#9dc0e7

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

Shades of Sail #9DC0E7

Tints of Sail #9DC0E7

Color information

#9DC0E7 (or 0x9DC0E7) is unknown color: approx Sail. HEX triplet: 9D, C0 and E7. RGB value is (157,192,231). Sum of RGB (Red+Green+Blue) = 157+192+231=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #9DC0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0E7 is #623F18. Grayscale: #B9B9B9. Windows color (decimal): -6438681 or 15188125. OLE color: 15188125.

HSL color Cylindrical-coordinate representation of color #9DC0E7: hue angle of 211.62º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DC0E7 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157192231-
CMYK0.320.1700.09
HSL211.62º60.66%76.08%-
HSV(B)211.62º32.03%90.59%-
XYZ47.1850.6482.89-
YUV185.98153.4107.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=27.07%
G=33.10%
B=39.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571922310.320.1700.09211.6260.6676.08
Hex9DC0E7201109d43d4c
Octal235300347402101132475114
Binary1001110111000000111001111000001000101001110101001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9dc0e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,192,231); }

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

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

 a { background-color: rgb(157,192,231); }

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

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

 span { border-color: rgb(157,192,231); }

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