Html Css Color HEX #A1C2FF Pale Cornflower Blue

📋 copy color: '#A1C2FF'

red 161 ◦ green 194 ◦ blue 255

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

Shades of Pale Cornflower Blue #A1C2FF

Tints of Pale Cornflower Blue #A1C2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 26.39%
G = 31.8%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1C2FF (or 0xA1C2FF) is known color: Pale Cornflower Blue. HEX triplet: A1, C2 and FF. RGB value is (161,194,255). Sum of RGB (Red+Green+Blue) = 161+194+255=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2FF is #5E3D00. Grayscale: #BEBEBE. Windows color (decimal): -6176001 or 16761505. OLE color: 16761505.

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

Color convert

RGB 161 194 255 -
CMYK 0.37 0.24 0 0
HSL 218.94º 1% 0.82% -
HSV(B) 218.94º 0.37% 1% -
XYZ 52.04 53.38 102.17 -
YUV 191.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 161 194 255 0.37 0.24 0 0 218.94 1 0.82
Hex A1 C2 FF 25 18 0 0 DB 64 52
Octal 241 302 377 45 30 0 0 333 144 122
Binary 10100001 11000010 11111111 100101 11000 0 0 11011011 1100100 1010010

Color Harmonies of #A1C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C2FF

Black with #A1C2FF

Text Example


Text Example

White with #A1C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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