#A1C5EE

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

Shades of Pale Cornflower Blue #A1C5EE

Tints of Pale Cornflower Blue #A1C5EE

Color information

#A1C5EE (or 0xA1C5EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C5 and EE. RGB value is (161,197,238). Sum of RGB (Red+Green+Blue) = 161+197+238=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5EE is #5E3A11. Grayscale: #BEBEBE. Windows color (decimal): -6175250 or 15648161. OLE color: 15648161.

HSL color Cylindrical-coordinate representation of color #A1C5EE: hue angle of 211.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1C5EE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161197238-
CMYK0.320.1700.07
HSL211.95º69.37%78.24%-
HSV(B)211.95º32.35%93.33%-
XYZ50.153.6888.61-
YUV190.91154.57106.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.01%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=27.01%
G=33.05%
B=39.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611972380.320.1700.07211.9569.3778.24
HexA1C5EE201107d4454e
Octal241305356402107324105116
Binary1010000111000101111011101000001000101111101010010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C5EE; }

 p { color: rgb(161,197,238); }

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

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

 a { background-color: rgb(161,197,238); }

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

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

 span { border-color: rgb(161,197,238); }

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