Html Css Color HEX #A1C7FD Pale Cornflower Blue

📋 copy color: '#A1C7FD'

red 161 ◦ green 199 ◦ blue 253

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

Shades of Pale Cornflower Blue #A1C7FD

Tints of Pale Cornflower Blue #A1C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.46%

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

R = 26.26%
G = 32.46%
B = 41.27%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1C7FD (or 0xA1C7FD) is known color: Pale Cornflower Blue. HEX triplet: A1, C7 and FD. RGB value is (161,199,253). Sum of RGB (Red+Green+Blue) = 161+199+253=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1C7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7FD is #5E3802. Grayscale: #C1C1C1. Windows color (decimal): -6174723 or 16631713. OLE color: 16631713.

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

Color convert

RGB 161 199 253 -
CMYK 0.36 0.21 0 0.01
HSL 215.22º 0.96% 0.81% -
HSV(B) 215.22º 0.36% 0.99% -
XYZ 52.85 55.52 100.86 -
YUV 193.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 161 199 253 0.36 0.21 0 0.01 215.22 0.96 0.81
Hex A1 C7 FD 24 15 0 1 D7 60 51
Octal 241 307 375 44 25 0 1 327 140 121
Binary 10100001 11000111 11111101 100100 10101 0 1 11010111 1100000 1010001

Color Harmonies of #A1C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C7FD

Black with #A1C7FD

Text Example


Text Example

White with #A1C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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