#A9CDEC

Color #A9CDEC Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A9CDEC

Tints of Pale Cornflower Blue #A9CDEC

Color information

#A9CDEC (or 0xA9CDEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CD and EC. RGB value is (169,205,236). Sum of RGB (Red+Green+Blue) = 169+205+236=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CDEC is #563213. Grayscale: #C5C5C5. Windows color (decimal): -5648916 or 15519145. OLE color: 15519145.

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

Color convert

RGB169205236-
CMYK0.280.1300.07
HSL207.76º63.81%79.41%-
HSV(B)207.76º28.39%92.55%-
XYZ53.3358.1587.77-
YUV197.77149.57107.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.70%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=27.70%
G=33.61%
B=38.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692052360.280.1300.07207.7663.8179.41
HexA9CDEC1CD07d0404f
Octal251315354341507320100117
Binary10101001110011011110110011100110101111101000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDEC; }

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

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

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

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

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

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

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

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