Html Css Color HEX #A1CFFE Pale Cornflower Blue

📋 copy color: '#A1CFFE'

red 161 ◦ green 207 ◦ blue 254

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

Shades of Pale Cornflower Blue #A1CFFE

Tints of Pale Cornflower Blue #A1CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.28%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 25.88%
G = 33.28%
B = 40.84%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1CFFE (or 0xA1CFFE) is known color: Pale Cornflower Blue. HEX triplet: A1, CF and FE. RGB value is (161,207,254). Sum of RGB (Red+Green+Blue) = 161+207+254=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFFE is #5E3001. Grayscale: #C6C6C6. Windows color (decimal): -6172674 or 16699297. OLE color: 16699297.

HSL color Cylindrical-coordinate representation of color #A1CFFE: hue angle of 210.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CFFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 207 254 -
CMYK 0.37 0.19 0 0.00
HSL 210.32º 0.98% 0.81% -
HSV(B) 210.32º 0.37% 1% -
XYZ 54.9 59.36 102.33 -
YUV 198.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 161 207 254 0.37 0.19 0 0.00 210.32 0.98 0.81
Hex A1 CF FE 25 13 0 0 D2 62 51
Octal 241 317 376 45 23 0 0 322 142 121
Binary 10100001 11001111 11111110 100101 10011 0 0 11010010 1100010 1010001

Color Harmonies of #A1CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CFFE

Black with #A1CFFE

Text Example


Text Example

White with #A1CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CFFE; }

 p { color: rgb(161,207,254); }

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

background-color css

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

 a { background-color: rgb(161,207,254); }

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

border-color css

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

 span { border-color: rgb(161,207,254); }

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