#A8CDEC

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

Shades of Sail #A8CDEC

Tints of Sail #A8CDEC

Color information

#A8CDEC (or 0xA8CDEC) is unknown color: approx Sail. HEX triplet: A8, CD and EC. RGB value is (168,205,236). Sum of RGB (Red+Green+Blue) = 168+205+236=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDEC is #573213. Grayscale: #C5C5C5. Windows color (decimal): -5714452 or 15519144. OLE color: 15519144.

HSL color Cylindrical-coordinate representation of color #A8CDEC: hue angle of 207.35º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CDEC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168205236-
CMYK0.290.1300.07
HSL207.35º64.15%79.22%-
HSV(B)207.35º28.81%92.55%-
XYZ53.1258.0487.76-
YUV197.47149.74106.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.59%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=27.59%
G=33.66%
B=38.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682052360.290.1300.07207.3564.1579.22
HexA8CDEC1DD07cf404f
Octal250315354351507317100117
Binary10101000110011011110110011101110101111100111110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDEC; }

 p { color: rgb(168,205,236); }

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

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

 a { background-color: rgb(168,205,236); }

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

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

 span { border-color: rgb(168,205,236); }

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