#A7CFF2

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

Shades of Pale Cornflower Blue #A7CFF2

Tints of Pale Cornflower Blue #A7CFF2

Color information

#A7CFF2 (or 0xA7CFF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CF and F2. RGB value is (167,207,242). Sum of RGB (Red+Green+Blue) = 167+207+242=616 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.11% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #A7CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFF2 is #58300D. Grayscale: #C6C6C6. Windows color (decimal): -5779470 or 15912871. OLE color: 15912871.

HSL color Cylindrical-coordinate representation of color #A7CFF2: hue angle of 208º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7CFF2 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167207242-
CMYK0.310.1400.05
HSL208º74.26%80.2%-
HSV(B)208º30.99%94.9%-
XYZ54.2859.2592.58-
YUV199.03152.25105.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.11%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=27.11%
G=33.60%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672072420.310.1400.0520874.2680.2
HexA7CFF21FE05d04a50
Octal247317362371605320112120
Binary10100111110011111111001011111111001011101000010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFF2; }

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

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

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

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

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

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

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

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