Html Css Color HEX #A1C1FE Pale Cornflower Blue

📋 copy color: '#A1C1FE'

red 161 ◦ green 193 ◦ blue 254

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

Shades of Pale Cornflower Blue #A1C1FE

Tints of Pale Cornflower Blue #A1C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.74%

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

R = 26.48%
G = 31.74%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1C1FE (or 0xA1C1FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C1 and FE. RGB value is (161,193,254). Sum of RGB (Red+Green+Blue) = 161+193+254=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C1FE is #5E3E01. Grayscale: #BEBEBE. Windows color (decimal): -6176258 or 16695713. OLE color: 16695713.

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

Color convert

RGB 161 193 254 -
CMYK 0.37 0.24 0 0.00
HSL 219.35º 0.98% 0.81% -
HSV(B) 219.35º 0.37% 1% -
XYZ 51.66 52.87 101.25 -
YUV 190.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 161 193 254 0.37 0.24 0 0.00 219.35 0.98 0.81
Hex A1 C1 FE 25 18 0 0 DB 62 51
Octal 241 301 376 45 30 0 0 333 142 121
Binary 10100001 11000001 11111110 100101 11000 0 0 11011011 1100010 1010001

Color Harmonies of #A1C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C1FE

Black with #A1C1FE

Text Example


Text Example

White with #A1C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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