#9DCEEE

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

Shades of Sail #9DCEEE

Tints of Sail #9DCEEE

Color information

#9DCEEE (or 0x9DCEEE) is unknown color: approx Sail. HEX triplet: 9D, CE and EE. RGB value is (157,206,238). Sum of RGB (Red+Green+Blue) = 157+206+238=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEEE is #623111. Grayscale: #C2C2C2. Windows color (decimal): -6435090 or 15650461. OLE color: 15650461.

HSL color Cylindrical-coordinate representation of color #9DCEEE: hue angle of 203.7º 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 #9DCEEE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157206238-
CMYK0.340.1300.07
HSL203.7º70.43%77.45%-
HSV(B)203.7º34.03%93.33%-
XYZ51.4157.4889.27-
YUV195152.27100.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=26.12%
G=34.28%
B=39.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572062380.340.1300.07203.770.4377.45
Hex9DCEEE22D07cc464d
Octal235316356421507314106115
Binary100111011100111011101110100010110101111100110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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