#A7CFFC

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

Shades of Pale Cornflower Blue #A7CFFC

Tints of Pale Cornflower Blue #A7CFFC

Color information

#A7CFFC (or 0xA7CFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CF and FC. RGB value is (167,207,252). Sum of RGB (Red+Green+Blue) = 167+207+252=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFFC is #583003. Grayscale: #C7C7C7. Windows color (decimal): -5779460 or 16568231. OLE color: 16568231.

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

Color convert

RGB167207252-
CMYK0.340.1800.01
HSL211.76º93.41%82.16%-
HSV(B)211.76º33.73%98.82%-
XYZ55.8259.87100.71-
YUV200.17157.25104.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.68%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=26.68%
G=33.07%
B=40.26%

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
Decimal1672072520.340.1800.01211.7693.4182.16
HexA7CFFC221201d45d52
Octal247317374422201324135122
Binary10100111110011111111110010001010010011101010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFFC; }

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

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

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

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

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

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

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

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