#A8CCED

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

Shades of Pale Cornflower Blue #A8CCED

Tints of Pale Cornflower Blue #A8CCED

Color information

#A8CCED (or 0xA8CCED) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CC and ED. RGB value is (168,204,237). Sum of RGB (Red+Green+Blue) = 168+204+237=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCED is #573312. Grayscale: #C4C4C4. Windows color (decimal): -5714707 or 15584424. OLE color: 15584424.

HSL color Cylindrical-coordinate representation of color #A8CCED: hue angle of 208.7º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CCED is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168204237-
CMYK0.290.1400.07
HSL208.7º65.71%79.41%-
HSV(B)208.7º29.11%92.94%-
XYZ53.0357.6288.45-
YUV197150.57107.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.59%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=27.59%
G=33.50%
B=38.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682042370.290.1400.07208.765.7179.41
HexA8CCED1DE07d1424f
Octal250314355351607321102117
Binary10101000110011001110110111101111001111101000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCED; }

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

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

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

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

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

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

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

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