#a8cdff

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

Shades of Pale Cornflower Blue #A8CDFF

Tints of Pale Cornflower Blue #A8CDFF

Color information

#A8CDFF (or 0xA8CDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CD and FF. RGB value is (168,205,255). Sum of RGB (Red+Green+Blue) = 168+205+255=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFF is #573200. Grayscale: #C7C7C7. Windows color (decimal): -5714433 or 16764328. OLE color: 16764328.

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

Color convert

RGB168205255-
CMYK0.340.2000
HSL214.48º100%82.94%-
HSV(B)214.48º34.12%100%-
XYZ56.0359.21103.08-
YUV199.64159.24105.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 255 (100% from 255) = 40.61%
R=26.75%
G=32.64%
B=40.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682052550.340.2000214.4810082.94
HexA8CDFF221400d66453
Octal250315377422400326144123
Binary10101000110011011111111110001010100001101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8cdff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8cdff; }

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

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

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

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

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

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

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

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