#9DCDEE

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

Shades of Sail #9DCDEE

Tints of Sail #9DCDEE

Color information

#9DCDEE (or 0x9DCDEE) is unknown color: approx Sail. HEX triplet: 9D, CD and EE. RGB value is (157,205,238). Sum of RGB (Red+Green+Blue) = 157+205+238=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDEE is #623211. Grayscale: #C2C2C2. Windows color (decimal): -6435346 or 15650205. OLE color: 15650205.

HSL color Cylindrical-coordinate representation of color #9DCDEE: hue angle of 204.44º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DCDEE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157205238-
CMYK0.340.1400.07
HSL204.44º70.43%77.45%-
HSV(B)204.44º34.03%93.33%-
XYZ51.175789.19-
YUV194.41152.6101.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.17%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=26.17%
G=34.17%
B=39.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572052380.340.1400.07204.4470.4377.45
Hex9DCDEE22E07cc464d
Octal235315356421607314106115
Binary100111011100110111101110100010111001111100110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,238); }

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

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

 a { background-color: rgb(157,205,238); }

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

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

 span { border-color: rgb(157,205,238); }

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