#A9CDFC

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

Shades of Pale Cornflower Blue #A9CDFC

Tints of Pale Cornflower Blue #A9CDFC

Color information

#A9CDFC (or 0xA9CDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CD and FC. RGB value is (169,205,252). Sum of RGB (Red+Green+Blue) = 169+205+252=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CDFC is #563203. Grayscale: #C7C7C7. Windows color (decimal): -5648900 or 16567721. OLE color: 16567721.

HSL color Cylindrical-coordinate representation of color #A9CDFC: hue angle of 213.98º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9CDFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169205252-
CMYK0.330.1900.01
HSL213.98º93.26%82.55%-
HSV(B)213.98º32.94%98.82%-
XYZ55.7659.13100.57-
YUV199.59157.57106.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=27.00%
G=32.75%
B=40.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692052520.330.1900.01213.9893.2682.55
HexA9CDFC211301d65d53
Octal251315374412301326135123
Binary10101001110011011111110010000110011011101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDFC; }

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

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

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

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

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

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

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

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