#A5CEFE

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

Shades of Pale Cornflower Blue #A5CEFE

Tints of Pale Cornflower Blue #A5CEFE

Color information

#A5CEFE (or 0xA5CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CE and FE. RGB value is (165,206,254). Sum of RGB (Red+Green+Blue) = 165+206+254=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CEFE is #5A3101. Grayscale: #C6C6C6. Windows color (decimal): -5910786 or 16699045. OLE color: 16699045.

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

Color convert

RGB165206254-
CMYK0.350.1900.00
HSL212.36º97.8%82.16%-
HSV(B)212.36º35.04%99.61%-
XYZ55.4859.3102.29-
YUV199.21158.92103.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.4%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=26.4%
G=32.96%
B=40.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652062540.350.1900.00212.3697.882.16
HexA5CEFE231300d46252
Octal245316376432300324142122
Binary10100101110011101111111010001110011001101010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEFE; }

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

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

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

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

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

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

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

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