Html Css Color HEX #A1CCFC Pale Cornflower Blue

📋 copy color: '#A1CCFC'

red 161 ◦ green 204 ◦ blue 252

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

Shades of Pale Cornflower Blue #A1CCFC

Tints of Pale Cornflower Blue #A1CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

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

R = 26.09%
G = 33.06%
B = 40.84%

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

#A1CCFC (or 0xA1CCFC) is known color: Pale Cornflower Blue. HEX triplet: A1, CC and FC. RGB value is (161,204,252). Sum of RGB (Red+Green+Blue) = 161+204+252=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFC is #5E3303. Grayscale: #C4C4C4. Windows color (decimal): -6173444 or 16567457. OLE color: 16567457.

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

Color convert

RGB 161 204 252 -
CMYK 0.36 0.19 0 0.01
HSL 211.65º 0.94% 0.81% -
HSV(B) 211.65º 0.36% 0.99% -
XYZ 53.86 57.79 100.41 -
YUV 196.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 161 204 252 0.36 0.19 0 0.01 211.65 0.94 0.81
Hex A1 CC FC 24 13 0 1 D4 5E 51
Octal 241 314 374 44 23 0 1 324 136 121
Binary 10100001 11001100 11111100 100100 10011 0 1 11010100 1011110 1010001

Color Harmonies of #A1CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCFC

Black with #A1CCFC

Text Example


Text Example

White with #A1CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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