#ACCAFA

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

Shades of Pale Cornflower Blue #ACCAFA

Tints of Pale Cornflower Blue #ACCAFA

Color information

#ACCAFA (or 0xACCAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CA and FA. RGB value is (172,202,250). Sum of RGB (Red+Green+Blue) = 172+202+250=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACCAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAFA is #533505. Grayscale: #C6C6C6. Windows color (decimal): -5453062 or 16435884. OLE color: 16435884.

HSL color Cylindrical-coordinate representation of color #ACCAFA: hue angle of 216.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCAFA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172202250-
CMYK0.310.1900.02
HSL216.92º88.64%82.75%-
HSV(B)216.92º31.2%98.04%-
XYZ55.3957.9198.7-
YUV198.5157.06109.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=27.56%
G=32.37%
B=40.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722022500.310.1900.02216.9288.6482.75
HexACCAFA1F1302d95953
Octal254312372372302331131123
Binary10101100110010101111101011111100110101101100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAFA; }

 p { color: rgb(172,202,250); }

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

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

 a { background-color: rgb(172,202,250); }

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

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

 span { border-color: rgb(172,202,250); }

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