#A7CEFE

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

Shades of Pale Cornflower Blue #A7CEFE

Tints of Pale Cornflower Blue #A7CEFE

Color information

#A7CEFE (or 0xA7CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CE and FE. RGB value is (167,206,254). Sum of RGB (Red+Green+Blue) = 167+206+254=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CEFE is #583101. Grayscale: #C7C7C7. Windows color (decimal): -5779714 or 16699047. OLE color: 16699047.

HSL color Cylindrical-coordinate representation of color #A7CEFE: hue angle of 213.1º 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 #A7CEFE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167206254-
CMYK0.340.1900.00
HSL213.1º97.75%82.55%-
HSV(B)213.1º34.25%99.61%-
XYZ55.959.51102.31-
YUV199.81158.58104.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.63%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=26.63%
G=32.85%
B=40.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672062540.340.1900.00213.197.7582.55
HexA7CEFE221300d56253
Octal247316376422300325142123
Binary10100111110011101111111010001010011001101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEFE; }

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

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

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

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

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

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

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

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