Html Css Color HEX #A4C6FF Pale Cornflower Blue

📋 copy color: '#A4C6FF'

red 164 ◦ green 198 ◦ blue 255

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

Shades of Pale Cornflower Blue #A4C6FF

Tints of Pale Cornflower Blue #A4C6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.09%

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

R = 26.58%
G = 32.09%
B = 41.33%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4C6FF (or 0xA4C6FF) is known color: Pale Cornflower Blue. HEX triplet: A4, C6 and FF. RGB value is (164,198,255). Sum of RGB (Red+Green+Blue) = 164+198+255=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C6FF is #5B3900. Grayscale: #C2C2C2. Windows color (decimal): -5978369 or 16762532. OLE color: 16762532.

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

Color convert

RGB 164 198 255 -
CMYK 0.36 0.22 0 0
HSL 217.58º 1% 0.82% -
HSV(B) 217.58º 0.36% 1% -
XYZ 53.55 55.5 102.5 -
YUV 194.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 164 198 255 0.36 0.22 0 0 217.58 1 0.82
Hex A4 C6 FF 24 16 0 0 DA 64 52
Octal 244 306 377 44 26 0 0 332 144 122
Binary 10100100 11000110 11111111 100100 10110 0 0 11011010 1100100 1010010

Color Harmonies of #A4C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C6FF

Black with #A4C6FF

Text Example


Text Example

White with #A4C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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