#A8CCEF

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

Shades of Pale Cornflower Blue #A8CCEF

Tints of Pale Cornflower Blue #A8CCEF

Color information

#A8CCEF (or 0xA8CCEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CC and EF. RGB value is (168,204,239). Sum of RGB (Red+Green+Blue) = 168+204+239=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCEF is #573310. Grayscale: #C5C5C5. Windows color (decimal): -5714705 or 15715496. OLE color: 15715496.

HSL color Cylindrical-coordinate representation of color #A8CCEF: hue angle of 209.58º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CCEF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168204239-
CMYK0.300.1500.06
HSL209.58º68.93%79.8%-
HSV(B)209.58º29.71%93.73%-
XYZ53.3257.7490-
YUV197.23151.57107.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.50%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=27.50%
G=33.39%
B=39.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682042390.300.1500.06209.5868.9379.8
HexA8CCEF1EF06d24550
Octal250314357361706322105120
Binary10101000110011001110111111110111101101101001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCEF; }

 p { color: rgb(168,204,239); }

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

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

 a { background-color: rgb(168,204,239); }

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

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

 span { border-color: rgb(168,204,239); }

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