Html Css Color HEX #A1C5FB Pale Cornflower Blue

📋 copy color: '#A1C5FB'

red 161 ◦ green 197 ◦ blue 251

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

Shades of Pale Cornflower Blue #A1C5FB

Tints of Pale Cornflower Blue #A1C5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 26.44%
G = 32.35%
B = 41.22%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1C5FB (or 0xA1C5FB) is known color: Pale Cornflower Blue. HEX triplet: A1, C5 and FB. RGB value is (161,197,251). Sum of RGB (Red+Green+Blue) = 161+197+251=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1C5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5FB is #5E3A04. Grayscale: #C0C0C0. Windows color (decimal): -6175237 or 16500129. OLE color: 16500129.

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

Color convert

RGB 161 197 251 -
CMYK 0.36 0.22 0 0.02
HSL 216º 0.92% 0.81% -
HSV(B) 216º 0.36% 0.98% -
XYZ 52.08 54.47 99.04 -
YUV 192.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 161 197 251 0.36 0.22 0 0.02 216 0.92 0.81
Hex A1 C5 FB 24 16 0 2 D8 5C 51
Octal 241 305 373 44 26 0 2 330 134 121
Binary 10100001 11000101 11111011 100100 10110 0 10 11011000 1011100 1010001

Color Harmonies of #A1C5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C5FB

Black with #A1C5FB

Text Example


Text Example

White with #A1C5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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