Html Css Color HEX #A1CDFC Pale Cornflower Blue

📋 copy color: '#A1CDFC'

red 161 ◦ green 205 ◦ blue 252

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

Shades of Pale Cornflower Blue #A1CDFC

Tints of Pale Cornflower Blue #A1CDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 26.05%
G = 33.17%
B = 40.78%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1CDFC (or 0xA1CDFC) is known color: Pale Cornflower Blue. HEX triplet: A1, CD and FC. RGB value is (161,205,252). Sum of RGB (Red+Green+Blue) = 161+205+252=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFC is #5E3203. Grayscale: #C4C4C4. Windows color (decimal): -6173188 or 16567713. OLE color: 16567713.

HSL color Cylindrical-coordinate representation of color #A1CDFC: hue angle of 210.99º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1CDFC is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 205 252 -
CMYK 0.36 0.19 0 0.01
HSL 210.99º 0.94% 0.81% -
HSV(B) 210.99º 0.36% 0.99% -
XYZ 54.1 58.27 100.49 -
YUV 197.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 161 205 252 0.36 0.19 0 0.01 210.99 0.94 0.81
Hex A1 CD FC 24 13 0 1 D3 5E 51
Octal 241 315 374 44 23 0 1 323 136 121
Binary 10100001 11001101 11111100 100100 10011 0 1 11010011 1011110 1010001

Color Harmonies of #A1CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDFC

Black with #A1CDFC

Text Example


Text Example

White with #A1CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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