Html Css Color HEX #A1C6FE Pale Cornflower Blue

📋 copy color: '#A1C6FE'

red 161 ◦ green 198 ◦ blue 254

#A1C6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #A1C6FE

Tints of Pale Cornflower Blue #A1C6FE

RGB

 RED value IS 161 (63.28% from 255) = 26.26%

 GREEN value IS 198 (77.73% from 255) = 32.3%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 26.26%
G = 32.3%
B = 41.44%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1C6FE (or 0xA1C6FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C6 and FE. RGB value is (161,198,254). Sum of RGB (Red+Green+Blue) = 161+198+254=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6FE is #5E3901. Grayscale: #C1C1C1. Windows color (decimal): -6174978 or 16696993. OLE color: 16696993.

HSL color Cylindrical-coordinate representation of color #A1C6FE: hue angle of 216.13º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C6FE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 198 254 -
CMYK 0.37 0.22 0 0.00
HSL 216.13º 0.98% 0.81% -
HSV(B) 216.13º 0.37% 1% -
XYZ 52.78 55.12 101.62 -
YUV 193.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 161 198 254 0.37 0.22 0 0.00 216.13 0.98 0.81
Hex A1 C6 FE 25 16 0 0 D8 62 51
Octal 241 306 376 45 26 0 0 330 142 121
Binary 10100001 11000110 11111110 100101 10110 0 0 11011000 1100010 1010001

Color Harmonies of #A1C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C6FE

Black with #A1C6FE

Text Example


Text Example

White with #A1C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C6FE; }

 p { color: rgb(161,198,254); }

 H1.HeaderClassName
 {
   color: #A1C6FE;
 }
 .AnyTagClassName
 {
   color: #A1C6FE;
 }
</style>

background-color css

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

 a { background-color: rgb(161,198,254); }

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

border-color css

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

 span { border-color: rgb(161,198,254); }

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