#A5CEF3

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

Shades of Pale Cornflower Blue #A5CEF3

Tints of Pale Cornflower Blue #A5CEF3

Color information

#A5CEF3 (or 0xA5CEF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CE and F3. RGB value is (165,206,243). Sum of RGB (Red+Green+Blue) = 165+206+243=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #A5CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CEF3 is #5A310C. Grayscale: #C5C5C5. Windows color (decimal): -5910797 or 15978149. OLE color: 15978149.

HSL color Cylindrical-coordinate representation of color #A5CEF3: hue angle of 208.46º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5CEF3 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165206243-
CMYK0.320.1500.05
HSL208.46º76.47%80%-
HSV(B)208.46º32.1%95.29%-
XYZ53.7758.6193.27-
YUV197.96153.42104.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.87%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=26.87%
G=33.55%
B=39.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652062430.320.1500.05208.4676.4780
HexA5CEF320F05d04c50
Octal245316363401705320114120
Binary101001011100111011110011100000111101011101000010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEF3; }

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

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

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

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

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

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

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

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