#A5D1FA

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

Shades of Pale Cornflower Blue #A5D1FA

Tints of Pale Cornflower Blue #A5D1FA

Color information

#A5D1FA (or 0xA5D1FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, D1 and FA. RGB value is (165,209,250). Sum of RGB (Red+Green+Blue) = 165+209+250=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D1FA is #5A2E05. Grayscale: #C8C8C8. Windows color (decimal): -5910022 or 16437669. OLE color: 16437669.

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

Color convert

RGB165209250-
CMYK0.340.1600.02
HSL208.94º89.47%81.37%-
HSV(B)208.94º34%98.04%-
XYZ55.5760.599.19-
YUV200.52155.92102.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.44%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=26.44%
G=33.49%
B=40.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652092500.340.1600.02208.9489.4781.37
HexA5D1FA221002d15951
Octal245321372422002321131121
Binary101001011101000111111010100010100000101101000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1FA; }

 p { color: rgb(165,209,250); }

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

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

 a { background-color: rgb(165,209,250); }

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

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

 span { border-color: rgb(165,209,250); }

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