#9FCDE5

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

Shades of Sail #9FCDE5

Tints of Sail #9FCDE5

Color information

#9FCDE5 (or 0x9FCDE5) is unknown color: approx Sail. HEX triplet: 9F, CD and E5. RGB value is (159,205,229). Sum of RGB (Red+Green+Blue) = 159+205+229=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDE5 is #60321A. Grayscale: #C1C1C1. Windows color (decimal): -6304283 or 15060383. OLE color: 15060383.

HSL color Cylindrical-coordinate representation of color #9FCDE5: hue angle of 200.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCDE5 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159205229-
CMYK0.310.1000.10
HSL200.57º57.38%76.08%-
HSV(B)200.57º30.57%89.8%-
XYZ50.2756.6982.42-
YUV193.98147.76103.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.81%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=26.81%
G=34.57%
B=38.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592052290.310.1000.10200.5757.3876.08
Hex9FCDE51FA0Ac9394c
Octal237315345371201231171114
Binary10011111110011011110010111111101001010110010011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,229); }

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

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

 a { background-color: rgb(159,205,229); }

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

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

 span { border-color: rgb(159,205,229); }

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