#A5CDFC

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

Shades of Pale Cornflower Blue #A5CDFC

Tints of Pale Cornflower Blue #A5CDFC

Color information

#A5CDFC (or 0xA5CDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CD and FC. RGB value is (165,205,252). Sum of RGB (Red+Green+Blue) = 165+205+252=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDFC is #5A3203. Grayscale: #C6C6C6. Windows color (decimal): -5911044 or 16567717. OLE color: 16567717.

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

Color convert

RGB165205252-
CMYK0.350.1900.01
HSL212.41º93.55%81.76%-
HSV(B)212.41º34.52%98.82%-
XYZ54.9258.69100.53-
YUV198.4158.25104.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.53%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=26.53%
G=32.96%
B=40.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652052520.350.1900.01212.4193.5581.76
HexA5CDFC231301d45e52
Octal245315374432301324136122
Binary10100101110011011111110010001110011011101010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDFC; }

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

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

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

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

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

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

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

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