Html Css Color HEX #A1C4FD Pale Cornflower Blue

📋 copy color: '#A1C4FD'

red 161 ◦ green 196 ◦ blue 253

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

Shades of Pale Cornflower Blue #A1C4FD

Tints of Pale Cornflower Blue #A1C4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.13%

 BLUE value IS 253 (99.22% from 255) = 41.48%

R = 26.39%
G = 32.13%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1C4FD (or 0xA1C4FD) is known color: Pale Cornflower Blue. HEX triplet: A1, C4 and FD. RGB value is (161,196,253). Sum of RGB (Red+Green+Blue) = 161+196+253=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1C4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4FD is #5E3B02. Grayscale: #BFBFBF. Windows color (decimal): -6175491 or 16630945. OLE color: 16630945.

HSL color Cylindrical-coordinate representation of color #A1C4FD: hue angle of 217.17º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C4FD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 196 253 -
CMYK 0.36 0.23 0 0.01
HSL 217.17º 0.96% 0.81% -
HSV(B) 217.17º 0.36% 0.99% -
XYZ 52.17 54.15 100.63 -
YUV 192.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 161 196 253 0.36 0.23 0 0.01 217.17 0.96 0.81
Hex A1 C4 FD 24 17 0 1 D9 60 51
Octal 241 304 375 44 27 0 1 331 140 121
Binary 10100001 11000100 11111101 100100 10111 0 1 11011001 1100000 1010001

Color Harmonies of #A1C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C4FD

Black with #A1C4FD

Text Example


Text Example

White with #A1C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C4FD; }

 p { color: rgb(161,196,253); }

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

background-color css

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

 a { background-color: rgb(161,196,253); }

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

border-color css

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

 span { border-color: rgb(161,196,253); }

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