Html Css Color HEX #A1C6FF Pale Cornflower Blue

📋 copy color: '#A1C6FF'

red 161 ◦ green 198 ◦ blue 255

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

Shades of Pale Cornflower Blue #A1C6FF

Tints of Pale Cornflower Blue #A1C6FF

RGB

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

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

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

R = 26.22%
G = 32.25%
B = 41.53%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1C6FF (or 0xA1C6FF) is known color: Pale Cornflower Blue. HEX triplet: A1, C6 and FF. RGB value is (161,198,255). Sum of RGB (Red+Green+Blue) = 161+198+255=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6FF is #5E3900. Grayscale: #C1C1C1. Windows color (decimal): -6174977 or 16762529. OLE color: 16762529.

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

Color convert

RGB 161 198 255 -
CMYK 0.37 0.22 0 0
HSL 216.38º 1% 0.82% -
HSV(B) 216.38º 0.37% 1% -
XYZ 52.94 55.19 102.47 -
YUV 193.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 161 198 255 0.37 0.22 0 0 216.38 1 0.82
Hex A1 C6 FF 25 16 0 0 D8 64 52
Octal 241 306 377 45 26 0 0 330 144 122
Binary 10100001 11000110 11111111 100101 10110 0 0 11011000 1100100 1010010

Color Harmonies of #A1C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C6FF

Black with #A1C6FF

Text Example


Text Example

White with #A1C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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