#A7CCFE

Color #A7CCFE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A7CCFE

Tints of Pale Cornflower Blue #A7CCFE

Color information

#A7CCFE (or 0xA7CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CC and FE. RGB value is (167,204,254). Sum of RGB (Red+Green+Blue) = 167+204+254=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CCFE is #583301. Grayscale: #C6C6C6. Windows color (decimal): -5780226 or 16698535. OLE color: 16698535.

HSL color Cylindrical-coordinate representation of color #A7CCFE: hue angle of 214.48º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CCFE is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167204254-
CMYK0.340.2000.00
HSL214.48º97.75%82.55%-
HSV(B)214.48º34.25%99.61%-
XYZ55.4258.56102.15-
YUV198.64159.24105.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.72%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=26.72%
G=32.64%
B=40.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672042540.340.2000.00214.4897.7582.55
HexA7CCFE221400d66253
Octal247314376422400326142123
Binary10100111110011001111111010001010100001101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCFE; }

 p { color: rgb(167,204,254); }

 H1.HeaderClassName
 {
   color: #A7CCFE;
 }
 .AnyTagClassName
 {
   color: #A7CCFE;
 }
</style>
background-color css

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

 a { background-color: rgb(167,204,254); }

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

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

 span { border-color: rgb(167,204,254); }

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