Html Css Color HEX #A4CFF6 Pale Cornflower Blue

📋 copy color: '#A4CFF6'

red 164 ◦ green 207 ◦ blue 246

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

Shades of Pale Cornflower Blue #A4CFF6

Tints of Pale Cornflower Blue #A4CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.55%

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

R = 26.58%
G = 33.55%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A4CFF6 (or 0xA4CFF6) is known color: Pale Cornflower Blue. HEX triplet: A4, CF and F6. RGB value is (164,207,246). Sum of RGB (Red+Green+Blue) = 164+207+246=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4CFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFF6 is #5B3009. Grayscale: #C6C6C6. Windows color (decimal): -5976074 or 16175012. OLE color: 16175012.

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

Color convert

RGB 164 207 246 -
CMYK 0.33 0.16 0 0.04
HSL 208.54º 0.82% 0.8% -
HSV(B) 208.54º 0.33% 0.96% -
XYZ 54.26 59.17 95.75 -
YUV 198.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 164 207 246 0.33 0.16 0 0.04 208.54 0.82 0.8
Hex A4 CF F6 21 10 0 4 D1 52 50
Octal 244 317 366 41 20 0 4 321 122 120
Binary 10100100 11001111 11110110 100001 10000 0 100 11010001 1010010 1010000

Color Harmonies of #A4CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFF6

Black with #A4CFF6

Text Example


Text Example

White with #A4CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFF6; }

 p { color: rgb(164,207,246); }

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

background-color css

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

 a { background-color: rgb(164,207,246); }

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

border-color css

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

 span { border-color: rgb(164,207,246); }

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