#A5D0FE

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

Shades of Pale Cornflower Blue #A5D0FE

Tints of Pale Cornflower Blue #A5D0FE

Color information

#A5D0FE (or 0xA5D0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, D0 and FE. RGB value is (165,208,254). Sum of RGB (Red+Green+Blue) = 165+208+254=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D0FE is #5A2F01. Grayscale: #C8C8C8. Windows color (decimal): -5910274 or 16699557. OLE color: 16699557.

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

Color convert

RGB165208254-
CMYK0.350.1800.00
HSL211.01º97.8%82.16%-
HSV(B)211.01º35.04%99.61%-
XYZ55.9660.27102.45-
YUV200.39158.25102.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.32%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=26.32%
G=33.17%
B=40.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652082540.350.1800.00211.0197.882.16
HexA5D0FE231200d36252
Octal245320376432200323142122
Binary10100101110100001111111010001110010001101001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D0FE; }

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

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

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

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

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

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

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

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