Html Css Color HEX #A1CAF6 Pale Cornflower Blue

📋 copy color: '#A1CAF6'

red 161 ◦ green 202 ◦ blue 246

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

Shades of Pale Cornflower Blue #A1CAF6

Tints of Pale Cornflower Blue #A1CAF6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.17%

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 26.44%
G = 33.17%
B = 40.39%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A1CAF6 (or 0xA1CAF6) is known color: Pale Cornflower Blue. HEX triplet: A1, CA and F6. RGB value is (161,202,246). Sum of RGB (Red+Green+Blue) = 161+202+246=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1CAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAF6 is #5E3509. Grayscale: #C2C2C2. Windows color (decimal): -6173962 or 16173729. OLE color: 16173729.

HSL color Cylindrical-coordinate representation of color #A1CAF6: hue angle of 211.06º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1CAF6 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 202 246 -
CMYK 0.35 0.18 0 0.04
HSL 211.06º 0.83% 0.8% -
HSV(B) 211.06º 0.35% 0.96% -
XYZ 52.45 56.47 95.32 -
YUV 194.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 161 202 246 0.35 0.18 0 0.04 211.06 0.83 0.8
Hex A1 CA F6 23 12 0 4 D3 53 50
Octal 241 312 366 43 22 0 4 323 123 120
Binary 10100001 11001010 11110110 100011 10010 0 100 11010011 1010011 1010000

Color Harmonies of #A1CAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAF6

Black with #A1CAF6

Text Example


Text Example

White with #A1CAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAF6; }

 p { color: rgb(161,202,246); }

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

background-color css

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

 a { background-color: rgb(161,202,246); }

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

border-color css

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

 span { border-color: rgb(161,202,246); }

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