Html Css Color HEX #A1C2FA Pale Cornflower Blue

📋 copy color: '#A1C2FA'

red 161 ◦ green 194 ◦ blue 250

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

Shades of Pale Cornflower Blue #A1C2FA

Tints of Pale Cornflower Blue #A1C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.07%

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 26.61%
G = 32.07%
B = 41.32%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1C2FA (or 0xA1C2FA) is known color: Pale Cornflower Blue. HEX triplet: A1, C2 and FA. RGB value is (161,194,250). Sum of RGB (Red+Green+Blue) = 161+194+250=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2FA is #5E3D05. Grayscale: #BEBEBE. Windows color (decimal): -6176006 or 16433825. OLE color: 16433825.

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

Color convert

RGB 161 194 250 -
CMYK 0.36 0.22 0 0.02
HSL 217.75º 0.9% 0.81% -
HSV(B) 217.75º 0.36% 0.98% -
XYZ 51.25 53.06 97.98 -
YUV 190.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 161 194 250 0.36 0.22 0 0.02 217.75 0.9 0.81
Hex A1 C2 FA 24 16 0 2 DA 5A 51
Octal 241 302 372 44 26 0 2 332 132 121
Binary 10100001 11000010 11111010 100100 10110 0 10 11011010 1011010 1010001

Color Harmonies of #A1C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C2FA

Black with #A1C2FA

Text Example


Text Example

White with #A1C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C2FA; }

 p { color: rgb(161,194,250); }

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

background-color css

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

 a { background-color: rgb(161,194,250); }

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

border-color css

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

 span { border-color: rgb(161,194,250); }

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