#A4CFFC

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

Shades of Pale Cornflower Blue #A4CFFC

Tints of Pale Cornflower Blue #A4CFFC

Color information

#A4CFFC (or 0xA4CFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CF and FC. RGB value is (164,207,252). Sum of RGB (Red+Green+Blue) = 164+207+252=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFFC is #5B3003. Grayscale: #C7C7C7. Windows color (decimal): -5976068 or 16568228. OLE color: 16568228.

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

Color convert

RGB164207252-
CMYK0.350.1800.01
HSL210.68º93.62%81.57%-
HSV(B)210.68º34.92%98.82%-
XYZ55.1959.55100.68-
YUV199.27157.75102.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.32%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=26.32%
G=33.23%
B=40.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642072520.350.1800.01210.6893.6281.57
HexA4CFFC231201d35e52
Octal244317374432201323136122
Binary10100100110011111111110010001110010011101001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFFC; }

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

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

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

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

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

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

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

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