#A8CFFC

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

Shades of Pale Cornflower Blue #A8CFFC

Tints of Pale Cornflower Blue #A8CFFC

Color information

#A8CFFC (or 0xA8CFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CF and FC. RGB value is (168,207,252). Sum of RGB (Red+Green+Blue) = 168+207+252=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFFC is #573003. Grayscale: #C8C8C8. Windows color (decimal): -5713924 or 16568232. OLE color: 16568232.

HSL color Cylindrical-coordinate representation of color #A8CFFC: hue angle of 212.14º 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 #A8CFFC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168207252-
CMYK0.330.1800.01
HSL212.14º93.33%82.35%-
HSV(B)212.14º33.33%98.82%-
XYZ56.0359.98100.72-
YUV200.47157.08104.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.79%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=26.79%
G=33.01%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682072520.330.1800.01212.1493.3382.35
HexA8CFFC211201d45d52
Octal250317374412201324135122
Binary10101000110011111111110010000110010011101010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFFC; }

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

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

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

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

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

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

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

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