Html Css Color HEX #A1CDFE Pale Cornflower Blue

📋 copy color: '#A1CDFE'

red 161 ◦ green 205 ◦ blue 254

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

Shades of Pale Cornflower Blue #A1CDFE

Tints of Pale Cornflower Blue #A1CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

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

R = 25.97%
G = 33.06%
B = 40.97%

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

#A1CDFE (or 0xA1CDFE) is known color: Pale Cornflower Blue. HEX triplet: A1, CD and FE. RGB value is (161,205,254). Sum of RGB (Red+Green+Blue) = 161+205+254=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFE is #5E3201. Grayscale: #C5C5C5. Windows color (decimal): -6173186 or 16698785. OLE color: 16698785.

HSL color Cylindrical-coordinate representation of color #A1CDFE: hue angle of 211.61º 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 #A1CDFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 205 254 -
CMYK 0.37 0.19 0 0.00
HSL 211.61º 0.98% 0.81% -
HSV(B) 211.61º 0.37% 1% -
XYZ 54.42 58.4 102.17 -
YUV 197.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 161 205 254 0.37 0.19 0 0.00 211.61 0.98 0.81
Hex A1 CD FE 25 13 0 0 D4 62 51
Octal 241 315 376 45 23 0 0 324 142 121
Binary 10100001 11001101 11111110 100101 10011 0 0 11010100 1100010 1010001

Color Harmonies of #A1CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDFE

Black with #A1CDFE

Text Example


Text Example

White with #A1CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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