Html Css Color HEX #A1CDFF Pale Cornflower Blue

📋 copy color: '#A1CDFF'

red 161 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #A1CDFF

Tints of Pale Cornflower Blue #A1CDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 25.93%
G = 33.01%
B = 41.06%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1CDFF (or 0xA1CDFF) is known color: Pale Cornflower Blue. HEX triplet: A1, CD and FF. RGB value is (161,205,255). Sum of RGB (Red+Green+Blue) = 161+205+255=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFF is #5E3200. Grayscale: #C5C5C5. Windows color (decimal): -6173185 or 16764321. OLE color: 16764321.

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

Color convert

RGB 161 205 255 -
CMYK 0.37 0.20 0 0
HSL 211.91º 1% 0.82% -
HSV(B) 211.91º 0.37% 1% -
XYZ 54.58 58.46 103.02 -
YUV 197.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 161 205 255 0.37 0.20 0 0 211.91 1 0.82
Hex A1 CD FF 25 14 0 0 D4 64 52
Octal 241 315 377 45 24 0 0 324 144 122
Binary 10100001 11001101 11111111 100101 10100 0 0 11010100 1100100 1010010

Color Harmonies of #A1CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDFF

Black with #A1CDFF

Text Example


Text Example

White with #A1CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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