Html Css Color HEX #A1C6FB Pale Cornflower Blue

📋 copy color: '#A1C6FB'

red 161 ◦ green 198 ◦ blue 251

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

Shades of Pale Cornflower Blue #A1C6FB

Tints of Pale Cornflower Blue #A1C6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.46%

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

R = 26.39%
G = 32.46%
B = 41.15%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1C6FB (or 0xA1C6FB) is known color: Pale Cornflower Blue. HEX triplet: A1, C6 and FB. RGB value is (161,198,251). Sum of RGB (Red+Green+Blue) = 161+198+251=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6FB is #5E3904. Grayscale: #C0C0C0. Windows color (decimal): -6174981 or 16500385. OLE color: 16500385.

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

Color convert

RGB 161 198 251 -
CMYK 0.36 0.21 0 0.02
HSL 215.33º 0.92% 0.81% -
HSV(B) 215.33º 0.36% 0.98% -
XYZ 52.3 54.93 99.11 -
YUV 192.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 161 198 251 0.36 0.21 0 0.02 215.33 0.92 0.81
Hex A1 C6 FB 24 15 0 2 D7 5C 51
Octal 241 306 373 44 25 0 2 327 134 121
Binary 10100001 11000110 11111011 100100 10101 0 10 11010111 1011100 1010001

Color Harmonies of #A1C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C6FB

Black with #A1C6FB

Text Example


Text Example

White with #A1C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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