#A8CCFC

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

Shades of Pale Cornflower Blue #A8CCFC

Tints of Pale Cornflower Blue #A8CCFC

Color information

#A8CCFC (or 0xA8CCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CC and FC. RGB value is (168,204,252). Sum of RGB (Red+Green+Blue) = 168+204+252=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFC is #573303. Grayscale: #C6C6C6. Windows color (decimal): -5714692 or 16567464. OLE color: 16567464.

HSL color Cylindrical-coordinate representation of color #A8CCFC: hue angle of 214.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CCFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168204252-
CMYK0.330.1900.01
HSL214.29º93.33%82.35%-
HSV(B)214.29º33.33%98.82%-
XYZ55.3158.54100.48-
YUV198.71158.07106.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.92%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=26.92%
G=32.69%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682042520.330.1900.01214.2993.3382.35
HexA8CCFC211301d65d52
Octal250314374412301326135122
Binary10101000110011001111110010000110011011101011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCFC; }

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

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

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

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

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

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

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

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