#A8D5FE

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

Shades of Pale Cornflower Blue #A8D5FE

Tints of Pale Cornflower Blue #A8D5FE

Color information

#A8D5FE (or 0xA8D5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, D5 and FE. RGB value is (168,213,254). Sum of RGB (Red+Green+Blue) = 168+213+254=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5FE is #572A01. Grayscale: #CCCCCC. Windows color (decimal): -5712386 or 16700840. OLE color: 16700840.

HSL color Cylindrical-coordinate representation of color #A8D5FE: hue angle of 208.6º 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 #A8D5FE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168213254-
CMYK0.340.1600.00
HSL208.6º97.73%82.75%-
HSV(B)208.6º33.86%99.61%-
XYZ57.8363.07102.89-
YUV204.22156.09102.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.46%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 254 (99.61% from 255) = 40%
R=26.46%
G=33.54%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682132540.340.1600.00208.697.7382.75
HexA8D5FE221000d16253
Octal250325376422000321142123
Binary10101000110101011111111010001010000001101000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D5FE; }

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

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

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

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

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

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

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

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