#9DC5EE

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

Shades of Sail #9DC5EE

Tints of Sail #9DC5EE

Color information

#9DC5EE (or 0x9DC5EE) is unknown color: approx Sail. HEX triplet: 9D, C5 and EE. RGB value is (157,197,238). Sum of RGB (Red+Green+Blue) = 157+197+238=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC5EE is #623A11. Grayscale: #BDBDBD. Windows color (decimal): -6437394 or 15648157. OLE color: 15648157.

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

Color convert

RGB157197238-
CMYK0.340.1700.07
HSL210.37º70.43%77.45%-
HSV(B)210.37º34.03%93.33%-
XYZ49.353.2788.57-
YUV189.71155.25104.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=26.52%
G=33.28%
B=40.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571972380.340.1700.07210.3770.4377.45
Hex9DC5EE221107d2464d
Octal235305356422107322106115
Binary1001110111000101111011101000101000101111101001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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