#A8CDFE

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

Shades of Pale Cornflower Blue #A8CDFE

Tints of Pale Cornflower Blue #A8CDFE

Color information

#A8CDFE (or 0xA8CDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CD and FE. RGB value is (168,205,254). Sum of RGB (Red+Green+Blue) = 168+205+254=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFE is #573201. Grayscale: #C7C7C7. Windows color (decimal): -5714434 or 16698792. OLE color: 16698792.

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

Color convert

RGB168205254-
CMYK0.340.1900.00
HSL214.19º97.73%82.75%-
HSV(B)214.19º33.86%99.61%-
XYZ55.8759.14102.24-
YUV199.52158.74105.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.79%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=26.79%
G=32.70%
B=40.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682052540.340.1900.00214.1997.7382.75
HexA8CDFE221300d66253
Octal250315376422300326142123
Binary10101000110011011111111010001010011001101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDFE; }

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

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

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

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

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

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

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

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