#ACD4FA

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

Shades of Pale Cornflower Blue #ACD4FA

Tints of Pale Cornflower Blue #ACD4FA

Color information

#ACD4FA (or 0xACD4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D4 and FA. RGB value is (172,212,250). Sum of RGB (Red+Green+Blue) = 172+212+250=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4FA is #532B05. Grayscale: #CCCCCC. Windows color (decimal): -5450502 or 16438444. OLE color: 16438444.

HSL color Cylindrical-coordinate representation of color #ACD4FA: hue angle of 209.23º 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 #ACD4FA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172212250-
CMYK0.310.1500.02
HSL209.23º88.64%82.75%-
HSV(B)209.23º31.2%98.04%-
XYZ57.8162.7699.51-
YUV204.37153.75104.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=27.13%
G=33.44%
B=39.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722122500.310.1500.02209.2388.6482.75
HexACD4FA1FF02d15953
Octal254324372371702321131123
Binary1010110011010100111110101111111110101101000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4FA; }

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

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

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

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

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

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

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

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