#A1CDFA

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

Shades of Pale Cornflower Blue #A1CDFA

Tints of Pale Cornflower Blue #A1CDFA

Color information

#A1CDFA (or 0xA1CDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CD and FA. RGB value is (161,205,250). Sum of RGB (Red+Green+Blue) = 161+205+250=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFA is #5E3205. Grayscale: #C4C4C4. Windows color (decimal): -6173190 or 16436641. OLE color: 16436641.

HSL color Cylindrical-coordinate representation of color #A1CDFA: hue angle of 210.34º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1CDFA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161205250-
CMYK0.360.1800.02
HSL210.34º89.9%80.59%-
HSV(B)210.34º35.6%98.04%-
XYZ53.7858.1498.83-
YUV196.97157.92102.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.14%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=26.14%
G=33.28%
B=40.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612052500.360.1800.02210.3489.980.59
HexA1CDFA241202d25a51
Octal241315372442202322132121
Binary101000011100110111111010100100100100101101001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDFA; }

 p { color: rgb(161,205,250); }

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

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

 a { background-color: rgb(161,205,250); }

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

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

 span { border-color: rgb(161,205,250); }

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