#A8CDFA

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

Shades of Pale Cornflower Blue #A8CDFA

Tints of Pale Cornflower Blue #A8CDFA

Color information

#A8CDFA (or 0xA8CDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CD and FA. RGB value is (168,205,250). Sum of RGB (Red+Green+Blue) = 168+205+250=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFA is #573205. Grayscale: #C6C6C6. Windows color (decimal): -5714438 or 16436648. OLE color: 16436648.

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

Color convert

RGB168205250-
CMYK0.330.1800.02
HSL212.93º89.13%81.96%-
HSV(B)212.93º32.8%98.04%-
XYZ55.2458.8998.9-
YUV199.07156.74105.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.97%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=26.97%
G=32.91%
B=40.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682052500.330.1800.02212.9389.1381.96
HexA8CDFA211202d55952
Octal250315372412202325131122
Binary101010001100110111111010100001100100101101010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDFA; }

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

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

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

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

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

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

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

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