Html Css Color HEX #A1CAFA Pale Cornflower Blue

📋 copy color: '#A1CAFA'

red 161 ◦ green 202 ◦ blue 250

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

Shades of Pale Cornflower Blue #A1CAFA

Tints of Pale Cornflower Blue #A1CAFA

RGB

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

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

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

R = 26.26%
G = 32.95%
B = 40.78%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1CAFA (or 0xA1CAFA) is known color: Pale Cornflower Blue. HEX triplet: A1, CA and FA. RGB value is (161,202,250). Sum of RGB (Red+Green+Blue) = 161+202+250=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAFA is #5E3505. Grayscale: #C2C2C2. Windows color (decimal): -6173958 or 16435873. OLE color: 16435873.

HSL color Cylindrical-coordinate representation of color #A1CAFA: hue angle of 212.36º 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 #A1CAFA is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 202 250 -
CMYK 0.36 0.19 0 0.02
HSL 212.36º 0.9% 0.81% -
HSV(B) 212.36º 0.36% 0.98% -
XYZ 53.07 56.72 98.59 -
YUV 195.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 161 202 250 0.36 0.19 0 0.02 212.36 0.9 0.81
Hex A1 CA FA 24 13 0 2 D4 5A 51
Octal 241 312 372 44 23 0 2 324 132 121
Binary 10100001 11001010 11111010 100100 10011 0 10 11010100 1011010 1010001

Color Harmonies of #A1CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAFA

Black with #A1CAFA

Text Example


Text Example

White with #A1CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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