#ACD2FF

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

Shades of Pale Cornflower Blue #ACD2FF

Tints of Pale Cornflower Blue #ACD2FF

Color information

#ACD2FF (or 0xACD2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D2 and FF. RGB value is (172,210,255). Sum of RGB (Red+Green+Blue) = 172+210+255=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2FF is #532D00. Grayscale: #CBCBCB. Windows color (decimal): -5451009 or 16765612. OLE color: 16765612.

HSL color Cylindrical-coordinate representation of color #ACD2FF: hue angle of 212.53º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD2FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172210255-
CMYK0.330.1800
HSL212.53º100%83.73%-
HSV(B)212.53º32.55%100%-
XYZ58.1162.08103.53-
YUV203.77156.91105.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 255 (100% from 255) = 40.03%
R=27.00%
G=32.97%
B=40.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722102550.330.1800212.5310083.73
HexACD2FF211200d56454
Octal254322377412200325144124
Binary10101100110100101111111110000110010001101010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2FF; }

 p { color: rgb(172,210,255); }

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

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

 a { background-color: rgb(172,210,255); }

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

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

 span { border-color: rgb(172,210,255); }

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