Html Css Color HEX #A4C2FF Pale Cornflower Blue

📋 copy color: '#A4C2FF'

red 164 ◦ green 194 ◦ blue 255

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

Shades of Pale Cornflower Blue #A4C2FF

Tints of Pale Cornflower Blue #A4C2FF

RGB

 RED value IS 164 (64.45% from 255) = 26.75%

 GREEN value IS 194 (76.17% from 255) = 31.65%

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

R = 26.75%
G = 31.65%
B = 41.6%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4C2FF (or 0xA4C2FF) is known color: Pale Cornflower Blue. HEX triplet: A4, C2 and FF. RGB value is (164,194,255). Sum of RGB (Red+Green+Blue) = 164+194+255=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C2FF is #5B3D00. Grayscale: #BFBFBF. Windows color (decimal): -5979393 or 16761508. OLE color: 16761508.

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

Color convert

RGB 164 194 255 -
CMYK 0.36 0.24 0 0
HSL 220.22º 1% 0.82% -
HSV(B) 220.22º 0.36% 1% -
XYZ 52.65 53.7 102.2 -
YUV 191.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 164 194 255 0.36 0.24 0 0 220.22 1 0.82
Hex A4 C2 FF 24 18 0 0 DC 64 52
Octal 244 302 377 44 30 0 0 334 144 122
Binary 10100100 11000010 11111111 100100 11000 0 0 11011100 1100100 1010010

Color Harmonies of #A4C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C2FF

Black with #A4C2FF

Text Example


Text Example

White with #A4C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C2FF; }

 p { color: rgb(164,194,255); }

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

background-color css

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

 a { background-color: rgb(164,194,255); }

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

border-color css

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

 span { border-color: rgb(164,194,255); }

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