#A5CEFC

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

Shades of Pale Cornflower Blue #A5CEFC

Tints of Pale Cornflower Blue #A5CEFC

Color information

#A5CEFC (or 0xA5CEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CE and FC. RGB value is (165,206,252). Sum of RGB (Red+Green+Blue) = 165+206+252=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CEFC is #5A3103. Grayscale: #C6C6C6. Windows color (decimal): -5910788 or 16567973. OLE color: 16567973.

HSL color Cylindrical-coordinate representation of color #A5CEFC: hue angle of 211.72º 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 #A5CEFC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165206252-
CMYK0.350.1800.01
HSL211.72º93.55%81.76%-
HSV(B)211.72º34.52%98.82%-
XYZ55.1659.17100.61-
YUV198.98157.92103.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.48%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=26.48%
G=33.07%
B=40.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652062520.350.1800.01211.7293.5581.76
HexA5CEFC231201d45e52
Octal245316374432201324136122
Binary10100101110011101111110010001110010011101010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEFC; }

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

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

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

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

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

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

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

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