#A8CAFF

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

Shades of Pale Cornflower Blue #A8CAFF

Tints of Pale Cornflower Blue #A8CAFF

Color information

#A8CAFF (or 0xA8CAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CA and FF. RGB value is (168,202,255). Sum of RGB (Red+Green+Blue) = 168+202+255=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAFF is #573500. Grayscale: #C5C5C5. Windows color (decimal): -5715201 or 16763560. OLE color: 16763560.

HSL color Cylindrical-coordinate representation of color #A8CAFF: hue angle of 216.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CAFF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168202255-
CMYK0.340.2100
HSL216.55º100%82.94%-
HSV(B)216.55º34.12%100%-
XYZ55.3257.79102.85-
YUV197.88160.24106.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.88%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 255 (100% from 255) = 40.8%
R=26.88%
G=32.32%
B=40.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682022550.340.2100216.5510082.94
HexA8CAFF221500d96453
Octal250312377422500331144123
Binary10101000110010101111111110001010101001101100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAFF; }

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

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

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

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

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

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

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

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