#A8CAFA

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

Shades of Pale Cornflower Blue #A8CAFA

Tints of Pale Cornflower Blue #A8CAFA

Color information

#A8CAFA (or 0xA8CAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CA and FA. RGB value is (168,202,250). Sum of RGB (Red+Green+Blue) = 168+202+250=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAFA is #573505. Grayscale: #C5C5C5. Windows color (decimal): -5715206 or 16435880. OLE color: 16435880.

HSL color Cylindrical-coordinate representation of color #A8CAFA: hue angle of 215.12º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CAFA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168202250-
CMYK0.330.1900.02
HSL215.12º89.13%81.96%-
HSV(B)215.12º32.8%98.04%-
XYZ54.5257.4798.66-
YUV197.31157.74107.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.10%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=27.10%
G=32.58%
B=40.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682022500.330.1900.02215.1289.1381.96
HexA8CAFA211302d75952
Octal250312372412302327131122
Binary101010001100101011111010100001100110101101011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAFA; }

 p { color: rgb(168,202,250); }

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

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

 a { background-color: rgb(168,202,250); }

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

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

 span { border-color: rgb(168,202,250); }

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