Html Css Color HEX #A4C9F6 Pale Cornflower Blue

📋 copy color: '#A4C9F6'

red 164 ◦ green 201 ◦ blue 246

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

Shades of Pale Cornflower Blue #A4C9F6

Tints of Pale Cornflower Blue #A4C9F6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.9%

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

R = 26.84%
G = 32.9%
B = 40.26%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A4C9F6 (or 0xA4C9F6) is known color: Pale Cornflower Blue. HEX triplet: A4, C9 and F6. RGB value is (164,201,246). Sum of RGB (Red+Green+Blue) = 164+201+246=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 201 (78.91% from 255 or 32.90% 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 #A4C9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C9F6 is #5B3609. Grayscale: #C2C2C2. Windows color (decimal): -5977610 or 16173476. OLE color: 16173476.

HSL color Cylindrical-coordinate representation of color #A4C9F6: hue angle of 212.93º 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 #A4C9F6 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 201 246 -
CMYK 0.33 0.18 0 0.04
HSL 212.93º 0.82% 0.8% -
HSV(B) 212.93º 0.33% 0.96% -
XYZ 52.83 56.32 95.28 -
YUV 195.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 164 201 246 0.33 0.18 0 0.04 212.93 0.82 0.8
Hex A4 C9 F6 21 12 0 4 D5 52 50
Octal 244 311 366 41 22 0 4 325 122 120
Binary 10100100 11001001 11110110 100001 10010 0 100 11010101 1010010 1010000

Color Harmonies of #A4C9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C9F6

Black with #A4C9F6

Text Example


Text Example

White with #A4C9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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