Html Css Color HEX #A1C5FC Pale Cornflower Blue

📋 copy color: '#A1C5FC'

red 161 ◦ green 197 ◦ blue 252

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

Shades of Pale Cornflower Blue #A1C5FC

Tints of Pale Cornflower Blue #A1C5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.3%

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 26.39%
G = 32.3%
B = 41.31%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1C5FC (or 0xA1C5FC) is known color: Pale Cornflower Blue. HEX triplet: A1, C5 and FC. RGB value is (161,197,252). Sum of RGB (Red+Green+Blue) = 161+197+252=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1C5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5FC is #5E3A03. Grayscale: #C0C0C0. Windows color (decimal): -6175236 or 16565665. OLE color: 16565665.

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

Color convert

RGB 161 197 252 -
CMYK 0.36 0.22 0 0.01
HSL 216.26º 0.94% 0.81% -
HSV(B) 216.26º 0.36% 0.99% -
XYZ 52.23 54.54 99.87 -
YUV 192.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 161 197 252 0.36 0.22 0 0.01 216.26 0.94 0.81
Hex A1 C5 FC 24 16 0 1 D8 5E 51
Octal 241 305 374 44 26 0 1 330 136 121
Binary 10100001 11000101 11111100 100100 10110 0 1 11011000 1011110 1010001

Color Harmonies of #A1C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C5FC

Black with #A1C5FC

Text Example


Text Example

White with #A1C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C5FC; }

 p { color: rgb(161,197,252); }

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

background-color css

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

 a { background-color: rgb(161,197,252); }

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

border-color css

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

 span { border-color: rgb(161,197,252); }

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