Html Css Color HEX #A1CCF6 Pale Cornflower Blue

📋 copy color: '#A1CCF6'

red 161 ◦ green 204 ◦ blue 246

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

Shades of Pale Cornflower Blue #A1CCF6

Tints of Pale Cornflower Blue #A1CCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 26.35%
G = 33.39%
B = 40.26%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A1CCF6 (or 0xA1CCF6) is known color: Pale Cornflower Blue. HEX triplet: A1, CC and F6. RGB value is (161,204,246). Sum of RGB (Red+Green+Blue) = 161+204+246=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1CCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCF6 is #5E3309. Grayscale: #C3C3C3. Windows color (decimal): -6173450 or 16174241. OLE color: 16174241.

HSL color Cylindrical-coordinate representation of color #A1CCF6: hue angle of 209.65º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1CCF6 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 204 246 -
CMYK 0.35 0.17 0 0.04
HSL 209.65º 0.83% 0.8% -
HSV(B) 209.65º 0.35% 0.96% -
XYZ 52.93 57.42 95.48 -
YUV 195.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 161 204 246 0.35 0.17 0 0.04 209.65 0.83 0.8
Hex A1 CC F6 23 11 0 4 D2 53 50
Octal 241 314 366 43 21 0 4 322 123 120
Binary 10100001 11001100 11110110 100011 10001 0 100 11010010 1010011 1010000

Color Harmonies of #A1CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCF6

Black with #A1CCF6

Text Example


Text Example

White with #A1CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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