#A7CEFC

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

Shades of Pale Cornflower Blue #A7CEFC

Tints of Pale Cornflower Blue #A7CEFC

Color information

#A7CEFC (or 0xA7CEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CE and FC. RGB value is (167,206,252). Sum of RGB (Red+Green+Blue) = 167+206+252=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CEFC is #583103. Grayscale: #C7C7C7. Windows color (decimal): -5779716 or 16567975. OLE color: 16567975.

HSL color Cylindrical-coordinate representation of color #A7CEFC: hue angle of 212.47º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CEFC is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167206252-
CMYK0.340.1800.01
HSL212.47º93.41%82.16%-
HSV(B)212.47º33.73%98.82%-
XYZ55.5859.39100.63-
YUV199.58157.58104.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.72%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=26.72%
G=32.96%
B=40.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672062520.340.1800.01212.4793.4182.16
HexA7CEFC221201d45d52
Octal247316374422201324135122
Binary10100111110011101111110010001010010011101010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEFC; }

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

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

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

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

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

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

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

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