#A1D0FE

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

Shades of Pale Cornflower Blue #A1D0FE

Tints of Pale Cornflower Blue #A1D0FE

Color information

#A1D0FE (or 0xA1D0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, D0 and FE. RGB value is (161,208,254). Sum of RGB (Red+Green+Blue) = 161+208+254=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0FE is #5E2F01. Grayscale: #C6C6C6. Windows color (decimal): -6172418 or 16699553. OLE color: 16699553.

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

Color convert

RGB161208254-
CMYK0.370.1800.00
HSL209.68º97.89%81.37%-
HSV(B)209.68º36.61%99.61%-
XYZ55.1459.84102.41-
YUV199.19158.93100.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.84%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=25.84%
G=33.39%
B=40.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612082540.370.1800.00209.6897.8981.37
HexA1D0FE251200d26251
Octal241320376452200322142121
Binary10100001110100001111111010010110010001101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0FE; }

 p { color: rgb(161,208,254); }

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

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

 a { background-color: rgb(161,208,254); }

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

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

 span { border-color: rgb(161,208,254); }

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